[all-commits] [llvm/llvm-project] 0f92c1: [Dexter] Allow DexUnreachable in supplementary .de...

Jeremy Morse via All-commits all-commits at lists.llvm.org
Mon Jan 10 08:23:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f92c113a3811e17f8839e79ec791056a7c6a749
      https://github.com/llvm/llvm-project/commit/0f92c113a3811e17f8839e79ec791056a7c6a749
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/Commands.md
    M cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_line_range.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable_on_line.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable_not_cmd_lineno.cpp
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable_on_line.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list