[all-commits] [llvm/llvm-project] 53d6bf: [Dexter] Add --source-dir-root flag
Tobias Bosch via All-commits
all-commits at lists.llvm.org
Thu Jun 18 09:29:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53d6bfef32e371fb984a40b52208c6e34bd54e05
https://github.com/llvm/llvm-project/commit/53d6bfef32e371fb984a40b52208c6e34bd54e05
Author: Tobias Bosch <tbosch at google.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
M debuginfo-tests/dexter/dex/debugger/Debuggers.py
M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
A debuginfo-tests/dexter/feature_tests/subtools/test/source-root-dir.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list