[PATCH] D115449: [Dexter] Allow DexUnreachable to be specified in supplementary .dex files

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 08:28:26 PST 2021


jmorse created this revision.
jmorse added reviewers: StephenTozer, Orlando, TWeaver.
jmorse requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115449

Files:
  cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_line_range.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_on_line.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable_on_line.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115449.393176.patch
Type: text/x-patch
Size: 4691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/04121b70/attachment.bin>


More information about the llvm-commits mailing list