Implement DAP breakpointLocations request
authorTom Tromey <tromey@adacore.com>
Wed, 17 May 2023 13:43:52 +0000 (07:43 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 18:10:15 +0000 (12:10 -0600)
commit3c453cfb1945eb97f68b3aca4d84f4884c564d0c
treeee1e6de13eee71765cb6558edc33d4b35446ebe7
parentad9cdfbcfdf9c7a679393d35adaf95e2b3cb6fd0
Implement DAP breakpointLocations request

This implements the DAP breakpointLocations request.
gdb/data-directory/Makefile.in
gdb/python/lib/gdb/dap/__init__.py
gdb/python/lib/gdb/dap/locations.py [new file with mode: 0644]
gdb/testsuite/gdb.dap/basic-dap.c
gdb/testsuite/gdb.dap/basic-dap.exp