[lldb-dev] [Bug 23478] New: Continue in case of 2 consecutive breakpoint
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 11 07:09:20 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23478
Bug ID: 23478
Summary: Continue in case of 2 consecutive breakpoint
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: tberghammer at google.com
Classification: Unclassified
* Create two breakpoints in an application in two consecutive instructions
* Run the inferior until the first breakpoint
* Continue from the first breakpoint
Expected behavior:
* The second breakpoint get hit
Actual behavior:
* The second breakpoint is ignored and the application runs unitl exit (or
until the next stop reason is hit)
Additional informations:
* The same behavior is present for more then 1 consecutive breakpoint (all
consecutive breakpoint after the first one will be skipped).
Test for the bug:
TestConsecutiveBreakpoints.py
--
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/20150511/52fc8b2a/attachment.html>
More information about the lldb-dev
mailing list