Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue in case of 2 consecutive breakpoint #23852

Closed
tberghammer opened this issue May 11, 2015 · 2 comments
Closed

Continue in case of 2 consecutive breakpoint #23852

tberghammer opened this issue May 11, 2015 · 2 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@tberghammer
Copy link
Collaborator

Bugzilla Link 23478
Resolution FIXED
Resolved on Nov 04, 2020 11:57
Version unspecified
OS Linux
CC @emaste,@labath

Extended Description

  • 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

@labath
Copy link
Collaborator

labath commented Jul 17, 2018

This problem has been now fixed and the test passes.

@emaste
Copy link
Member

emaste commented Nov 4, 2020

*** Bug #19685 has been marked as a duplicate of this bug. ***

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

3 participants