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

Add support for multi-location breakpoints #36

Open
enlight opened this issue Oct 6, 2015 · 1 comment
Open

Add support for multi-location breakpoints #36

enlight opened this issue Oct 6, 2015 · 1 comment
Assignees

Comments

@enlight
Copy link
Owner

enlight commented Oct 6, 2015

While the GDB-MI spec. doesn't really say much at all about multi-location breakpoints GDB does support them. If a breakpoint has multiple locations then the result of the break-insert command, and the breakpoint-modified notification will provide information about the breakpoint locations.

@enlight enlight self-assigned this Oct 6, 2015
@enlight
Copy link
Owner Author

enlight commented Oct 7, 2015

Preliminary support added in b49c249.

Still need to add methods to DebugSession to allow enabling/disabling specific breakpoint locations (rather than the entire breakpoint).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant