-
- Downloads
[Dexter] Allow tests to specify command line options
This patch adds a "DexCommandLine" command, allowing dexter tests to specify what command line options the test should be started with. I've also plumbed it through into the debuggers. This eases the matter of pointing Dexter at larger tests, or controlling different paths through a single binary from a Dexter test. Differential Revision: https://reviews.llvm.org/D115330
Showing
- cross-project-tests/debuginfo-tests/dexter/Commands.md 20 additions, 0 deletionscross-project-tests/debuginfo-tests/dexter/Commands.md
- cross-project-tests/debuginfo-tests/dexter/dex/command/ParseCommand.py 6 additions, 0 deletions...-tests/debuginfo-tests/dexter/dex/command/ParseCommand.py
- cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexCommandLine.py 31 additions, 0 deletions...ginfo-tests/dexter/dex/command/commands/DexCommandLine.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py 4 additions, 5 deletions...dex/debugger/DebuggerControllers/ConditionalController.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py 15 additions, 1 deletion...ex/debugger/DebuggerControllers/DebuggerControllerBase.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py 4 additions, 5 deletions...ter/dex/debugger/DebuggerControllers/DefaultController.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py 2 additions, 1 deletion...ests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py 2 additions, 2 deletions...ct-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py 20 additions, 1 deletion...fo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
- cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/command_line.c 16 additions, 0 deletions...ests/dexter/feature_tests/commands/perfect/command_line.c
Please register or sign in to comment