[lldb-dev] [Bug 26230] New: LLDB generates superfluous "running" public events

via lldb-dev lldb-dev at lists.llvm.org
Thu Jan 21 02:47:52 PST 2016


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: lldb-dev at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at lists.llvm.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160121/de2e5293/attachment.html>


More information about the lldb-dev mailing list