[all-commits] [llvm/llvm-project] 469833: [dexter] Add hit_count keyword arg to DexLimitSteps
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri May 21 04:52:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 469833f418e1704331f8dccb06ccd391f8d726e1
https://github.com/llvm/llvm-project/commit/469833f418e1704331f8dccb06ccd391f8d726e1
Author: OCHyams <orlando.hyams at sony.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M debuginfo-tests/dexter/Commands.md
M debuginfo-tests/dexter/dex/command/commands/DexLimitSteps.py
M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/hit_count.cpp
Log Message:
-----------
[dexter] Add hit_count keyword arg to DexLimitSteps
The DexLimitSteps command leading breakpoint will be deleted after triggering
'hit_count' number of times if the argument is provided.
All the lit tests pass on linux (with lldb), and I've tested this on windows
(with vs2017) manually as the lit tests for DexLimitSteps are currently
unsupported on windows.
Reviewed By: StephenTozer, chrisjackson
Differential Revision: https://reviews.llvm.org/D101527
More information about the All-commits
mailing list