[PATCH] D142099: 'on_line' parameter added to DexExpectStepOrder in the Dexter syntax
Ben Mudd via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 02:54:23 PST 2023
BenJMudd created this revision.
BenJMudd added reviewers: Orlando, StephenTozer, jmorse.
BenJMudd added a project: debug-info.
Herald added a project: All.
BenJMudd requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142099
Files:
cross-project-tests/debuginfo-tests/dexter/Commands.md
cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
cross-project-tests/debuginfo-tests/dexter/dex/heuristic/Heuristic.py
cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142099.490433.patch
Type: text/x-patch
Size: 4529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/bfd1c828/attachment.bin>
More information about the llvm-commits
mailing list