[all-commits] [llvm/llvm-project] 81e836: [Dexter] Add DexLimitSteps command and Conditional...
Tom Weaver via All-commits
all-commits at lists.llvm.org
Tue Jun 2 08:21:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 81e836a5a675f6a3d9d35560fddbbb87fdf66201
https://github.com/llvm/llvm-project/commit/81e836a5a675f6a3d9d35560fddbbb87fdf66201
Author: Tom Weaver <Tom.Weaver at Sony.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
A d.diff
M debuginfo-tests/dexter/Commands.md
M debuginfo-tests/dexter/dex/command/ParseCommand.py
A debuginfo-tests/dexter/dex/command/commands/DexLimitSteps.py
M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
M debuginfo-tests/dexter/dex/tools/test/Tool.py
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_loop.cpp
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_value.cpp
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_overlapping_ranges.cpp
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_same_line_conditional.cpp
Log Message:
-----------
[Dexter] Add DexLimitSteps command and ConditionalController
* Adds DexLimitSteps Command.
* Add ConditionalController, a new DebuggerController type.
* 5 regression tests
* documentation
Reviewers: jmorse
Differential Revision: https://reviews.llvm.org/D79786
More information about the All-commits
mailing list