https://llvm.org/bugs/show_bug.cgi?id=26230
Bug ID: 26230
Summary: LLDB generates superfluous "running" public events
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
LLDB generates the following sequence of public events when stepping over a
conditional breakpoint (when the condition is false):
Got event: stopped , restarted: True
Got event: running
the second event is unneeded as the first one has already had the "restarted"
bit set, and the process state has remained "running". We should make sure the
second event is not broadcast.
See <http://lists.llvm.org/pipermail/lldb-dev/2016-January/009312.html> for
context.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev