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 a18b53a8f68 Add thread exited event new f3337b1e944 Rename private member of FrameDecorator new 7abfd03742d Refactor dap_launch new f131a579081 Add "cwd" parameter to DAP launch request new 65403bd0ed2 Full paths in DAP stackTrace responses new e982d96cd60 Move DAP breakpoint event code to breakpoint.py new 8a8a5ccadd1 Do not send "new breakpoint" event when breakpoint is set new 21db866dc69 Implement DAP 'terminated' event
The 7 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/doc/gdb.texinfo | 8 ++ gdb/python/lib/gdb/FrameDecorator.py | 119 ++++++++++++--------- gdb/python/lib/gdb/dap/breakpoint.py | 64 ++++++++++- gdb/python/lib/gdb/dap/events.py | 38 +------ gdb/python/lib/gdb/dap/launch.py | 34 +++--- gdb/python/lib/gdb/dap/server.py | 2 +- gdb/python/lib/gdb/frames.py | 22 ++-- gdb/testsuite/gdb.dap/args-env.exp | 2 +- gdb/testsuite/gdb.dap/basic-dap.exp | 11 +- .../gdb.dap/{stop-at-main.exp => cwd.exp} | 11 +- gdb/testsuite/gdb.dap/stop-at-main.exp | 2 +- gdb/testsuite/gdb.dap/{pause.exp => terminate.exp} | 12 +-- gdb/testsuite/lib/dap-support.exp | 72 ++++++++----- 13 files changed, 240 insertions(+), 157 deletions(-) copy gdb/testsuite/gdb.dap/{stop-at-main.exp => cwd.exp} (76%) copy gdb/testsuite/gdb.dap/{pause.exp => terminate.exp} (81%)