Implement DAP modules request
authorTom Tromey <tromey@adacore.com>
Mon, 22 May 2023 14:09:18 +0000 (08:09 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 21 Jul 2023 18:05:30 +0000 (12:05 -0600)
commit8a35f6b30a3eac659240f8ea217d351955d3fb3b
tree4f03ab6c3e02eceb254e710b683d0b20f08d6815
parent27b2eff1b82f518254bec231650f1b67ee160200
Implement DAP modules request

This implements the DAP "modules" request, and also arranges to add
the module ID to stack frames.
gdb/data-directory/Makefile.in
gdb/python/lib/gdb/dap/__init__.py
gdb/python/lib/gdb/dap/bt.py
gdb/python/lib/gdb/dap/events.py
gdb/python/lib/gdb/dap/modules.py [new file with mode: 0644]
gdb/testsuite/gdb.dap/modules-solib.c [new file with mode: 0644]
gdb/testsuite/gdb.dap/modules.c [new file with mode: 0644]
gdb/testsuite/gdb.dap/modules.exp [new file with mode: 0644]