Bug 31271 - Implement breakpointLocations request
Summary: Implement breakpointLocations request
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: dap (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 13:09 UTC by Simon Farre
Modified: 2024-01-22 20:31 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Farre 2024-01-22 13:09:31 UTC
The current DAP implementation doesn't support the breakpointLocations request.

Breakpoint Locations request can be seen described in the spec here: 
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_BreakpointLocations
Comment 1 Simon Farre 2024-01-22 14:14:04 UTC
This issue is resolved by this series:

https://sourceware.org/pipermail/gdb-patches/2024-January/206148.html
Comment 2 Tom Tromey 2024-01-22 20:31:23 UTC
I think it does support them, see gdb/python/lib/gdb/dap/locations.py

But it doesn't support columns or the "stepInTargets" request.