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 674dea05e3b Remove FIXME from DAP new 4b09134a09e Simplify DAP make_source callers new 400d4e3290b Implement tp_richcompare for gdb.Block new a2f972b330b Add symbol, line, and location to DAP disassemble result
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 | 3 +- gdb/python/lib/gdb/dap/bt.py | 4 +- gdb/python/lib/gdb/dap/disassemble.py | 59 ++++++++++-- gdb/python/lib/gdb/dap/sources.py | 8 +- gdb/python/py-block.c | 24 ++++- .../bp-cond-failure.c => gdb.dap/disassem.c} | 36 ++++--- gdb/testsuite/gdb.dap/disassem.exp | 105 +++++++++++++++++++++ 7 files changed, 212 insertions(+), 27 deletions(-) copy gdb/testsuite/{gdb.base/bp-cond-failure.c => gdb.dap/disassem.c} (64%) create mode 100644 gdb/testsuite/gdb.dap/disassem.exp