Report supportsBreakpointLocationsRequest
authorTom Tromey <tromey@adacore.com>
Thu, 27 Jul 2023 16:31:32 +0000 (10:31 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 27 Jul 2023 16:35:00 +0000 (10:35 -0600)
commit2f01a2b9eaa44cdf5d7c9ec926705831f8ce4c16
treef0e458157d0ccc90a98151bf82a4fdcc64fef0aa
parent2902e6682d63183d373f385d4efaf8597fd22544
Report supportsBreakpointLocationsRequest

While looking at the DAP spec, I noticed that the breakpointLocations
request is gated behind a capability.  This patch changes gdb to
report this capability.

I've also added a comment to explain the fact that arguments to
breakpointLocations are not optional, even though the spec says they
are.
gdb/python/lib/gdb/dap/locations.py