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 cfe51255b89 Use the .py file in gdb.dap/pause.exp new 1eae7be116d Rewrite final cleanups new beadf912845 Add extension_language_ops::shutdown new ec471b627aa Change finalize_values into a final cleanup new 6313c05640c Add final cleanup for runnables new b452b96c1e5 Explicitly quit gdb from DAP server thread
The 5 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/compile/compile.c | 30 ++++------ gdb/debuginfod-support.c | 14 ++--- gdb/extension-priv.h | 4 ++ gdb/extension.c | 12 ++++ gdb/extension.h | 3 + gdb/guile/guile.c | 1 + gdb/python/lib/gdb/dap/server.py | 1 + gdb/python/python.c | 6 +- gdb/run-on-main-thread.c | 11 ++++ gdb/testsuite/lib/dap-support.exp | 9 +++ gdb/top.c | 8 +-- gdb/value.c | 15 ++--- gdb/value.h | 4 -- gdbsupport/cleanups.cc | 122 ++++---------------------------------- gdbsupport/cleanups.h | 17 ++---- 15 files changed, 85 insertions(+), 172 deletions(-)