[all-commits] [llvm/llvm-project] 6cf691: [Dexter] Add DexFinishTest command to conditionall...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Fri Oct 22 11:41:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cf69179170e6a2aeb201643204b1bc4011b3d82
https://github.com/llvm/llvm-project/commit/6cf69179170e6a2aeb201643204b1bc4011b3d82
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/Commands.md
M cross-project-tests/debuginfo-tests/dexter/dex/command/ParseCommand.py
A cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexFinishTest.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_conditional.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_conditional_hit_count.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_hit_count.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_simple.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/limit_steps_conditional.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/limit_steps_conditional_hit_count.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/limit_steps_hit_count.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/limit_steps_simple.cpp
Log Message:
-----------
[Dexter] Add DexFinishTest command to conditionally early-exit a test program
This patch adds a command, DexFinishTest, that allows a Dexter test to
be conditionally finished at a given breakpoint. This command has the
same set of arguments as DexLimitSteps, except that it does not allow a
line range (from_line, to_line), only a single line (on_line).
Reviewed By: Orlando
Differential Revision: https://reviews.llvm.org/D111988
More information about the All-commits
mailing list