https://llvm.org/bugs/show_bug.cgi?id=28055
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: jing...@apple.com CC: llvm-b...@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. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev