[Dexter] Add target_run_args option
authorStephen Tozer <Stephen.Tozer@Sony.com>
Tue, 28 Feb 2023 17:14:13 +0000 (17:14 +0000)
committerStephen Tozer <Stephen.Tozer@Sony.com>
Wed, 15 Mar 2023 17:11:30 +0000 (17:11 +0000)
commit2e7f3393896a476fc17aaf7f22072f30ac7ffe00
treefd0d863a8c012e4e9e0529ddd31453fb922e3e3f
parentade336d6e14140134728b9991be8e4e68d6205ea
[Dexter] Add target_run_args option

Adds an option to Dexter that passes command line arguments to the
debugged process, following (and in addition to) any arguments given by
the DexCommandLine command.

Differential Revision: https://reviews.llvm.org/D144979
cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py
cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args.c [new file with mode: 0644]
cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c [new file with mode: 0644]