Bug ID 28055
Summary continue in watchpoint commands disables the watchpoint
Product lldb
Version unspecified
Hardware All
OS All
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter jingham@apple.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
If you have a watchpoint set on a variable which will get hit multiple times,
and if you issue SBProcess::Continue after the first hit, the watchpoint won't
get hit again.
I added the test "test_continue_in_watchpoint_command" to
TestWatchpointCommandPython.py to demonstrate this failure.
This used to work, it was broken sometime in the past year.