Implement DAP loadedSources request
authorTom Tromey <tromey@adacore.com>
Tue, 21 Mar 2023 20:10:18 +0000 (14:10 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 23 May 2023 16:09:28 +0000 (10:09 -0600)
commita0b70d996c326eb754bd9ed202b24921ca0b42b9
treeb4641ac4770639fbe0f547b07cee0e6f5fd4830c
parentc97d123d6701fbf462e96db001cea07ed32e4efa
Implement DAP loadedSources request

This implements the DAP loadedSources request, using gdb.execute_mi to
avoid having to write another custom Python API.
gdb/data-directory/Makefile.in
gdb/python/lib/gdb/dap/__init__.py
gdb/python/lib/gdb/dap/sources.py [new file with mode: 0644]
gdb/testsuite/gdb.dap/basic-dap.exp