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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev