LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 23478 - Continue in case of 2 consecutive breakpoint
Summary: Continue in case of 2 consecutive breakpoint
Status: RESOLVED FIXED
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P normal
Assignee: LLDB commit list
URL:
Keywords:
: 19311 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-11 09:09 PDT by Tamas Berghammer
Modified: 2020-11-04 11:57 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Berghammer 2015-05-11 09:09:20 PDT
* 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
Comment 1 labath 2018-07-17 08:16:20 PDT
This problem has been now fixed and the test passes.
Comment 2 emaste 2020-11-04 11:57:26 PST
*** Bug 19311 has been marked as a duplicate of this bug. ***