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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with test suggestion inline
cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args.c | ||
---|---|---|
7 | Please can we have a DexCommandLine command in here too to test that the features compose? |
Comment Actions
Added a test to check that --target-run-args and DexCommandLine compose - needs to be a separate test file because of a few necessary differences in the file, which can't be fixed by using sed in the RUN line.
Please can we have a DexCommandLine command in here too to test that the features compose?