[all-commits] [llvm/llvm-project] 03c45f: [Dexter] Add on_line parameter to DexExpectStepOrd...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Thu Jan 19 07:12:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03c45f14bf639c7d2346b956cd1ec61a669236e0
      https://github.com/llvm/llvm-project/commit/03c45f14bf639c7d2346b956cd1ec61a669236e0
  Author: Ben Mudd <Ben.Mudd at sony.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/Commands.md
    M cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
    M cross-project-tests/debuginfo-tests/dexter/dex/heuristic/Heuristic.py
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp

  Log Message:
  -----------
  [Dexter] Add on_line parameter to DexExpectStepOrder command

DexExpectStepOrder uses the line to expect a debugger step from the actual line
of the command in the Dexter source file. Now Dexter scripts have mainly moved
to thier own script files instead of the actual source, there should be a
option to override this behaviour to choose your own debugger step location.

Reviewed By: Orlando

Differential Revision: https://reviews.llvm.org/D142099




More information about the All-commits mailing list