-
- Downloads
[Dexter] Allow DexUnreachable in supplementary .dex files
DexUnreachable is a useful tool for specifying that lines shouldn't be stepped on. Right now they have to be placed in the source file; lets allow them to be placed instead in a detached .dex file, by adding on_line and line-range keyword arguments to the command. Differential Revision: https://reviews.llvm.org/D115449
Showing
- cross-project-tests/debuginfo-tests/dexter/Commands.md 4 additions, 2 deletionscross-project-tests/debuginfo-tests/dexter/Commands.md
- cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py 15 additions, 1 deletion...ginfo-tests/dexter/dex/command/commands/DexUnreachable.py
- cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py 10 additions, 1 deletion...ter/dex/debugger/DebuggerControllers/ControllerHelpers.py
- cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_line_range.cpp 17 additions, 0 deletions...feature_tests/commands/penalty/unreachable_line_range.cpp
- cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_on_line.cpp 17 additions, 0 deletions...er/feature_tests/commands/penalty/unreachable_on_line.cpp
- cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable_not_cmd_lineno.cpp 17 additions, 0 deletions...ure_tests/commands/perfect/unreachable_not_cmd_lineno.cpp
- cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable_on_line.cpp 18 additions, 0 deletions...er/feature_tests/commands/perfect/unreachable_on_line.cpp
Please register or sign in to comment