[lldb-dev] [Bug 28055] New: continue in watchpoint commands disables the watchpoint
via lldb-dev
lldb-dev at lists.llvm.org
Wed Jun 8 12:03:04 PDT 2016
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 at lists.llvm.org
Reporter: jingham at apple.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160608/5df827de/attachment.html>
More information about the lldb-dev
mailing list