This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 7b4a5561e4b Don't supply DAP 'path' for non-file shared libraries new c64cba1b56e Introduce sourceReference handling in DAP new 4b6521cf69f Handle Source in DAP breakpointLocations new 13bd1a91759 Implement DAP "source" request
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/python/lib/gdb/dap/breakpoint.py | 10 +-- gdb/python/lib/gdb/dap/bt.py | 9 +-- gdb/python/lib/gdb/dap/locations.py | 12 ++-- gdb/python/lib/gdb/dap/sources.py | 82 ++++++++++++++++++++-- gdb/testsuite/gdb.dap/basic-dap.exp | 3 - .../gdb.dap/{modules-solib.c => sources.c} | 7 +- gdb/testsuite/gdb.dap/{attach.exp => sources.exp} | 32 ++++++--- 7 files changed, 112 insertions(+), 43 deletions(-) copy gdb/testsuite/gdb.dap/{modules-solib.c => sources.c} (90%) copy gdb/testsuite/gdb.dap/{attach.exp => sources.exp} (52%)