OSDN Git Service

[Dexter] Add --source-dir-root flag
authorTobias Bosch <tbosch@google.com>
Fri, 5 Jun 2020 23:19:23 +0000 (16:19 -0700)
committerTobias Bosch <tbosch@google.com>
Thu, 18 Jun 2020 16:29:08 +0000 (09:29 -0700)
commit53d6bfef32e371fb984a40b52208c6e34bd54e05
tree8e1085c4b1339cab6f6ea07ad24f5233f2d39427
parentecdf48f15bd2d1a73ae6ab5b46387b0ebead6e99
[Dexter] Add --source-dir-root flag

Summary:
This allows to run dexter tests with separately compiled
binaries that are specified via --binary if the source file
location changed between compilation and dexter test run.

Reviewers: TWeaver, jmorse, probinson, #debug-info

Reviewed By: jmorse

Subscribers: #debug-info, cmtice, llvm-commits

Tags: #llvm, #debug-info

Differential Revision: https://reviews.llvm.org/D81319
debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
debuginfo-tests/dexter/dex/debugger/Debuggers.py
debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
debuginfo-tests/dexter/feature_tests/subtools/test/source-root-dir.cpp [new file with mode: 0644]