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 b7e60d85da Eliminate fork_info::clobber_regs new e2a035485a Remove cleanups from coffread.c new 09e3c4ca13 Update two cleanup comments new 9799571ecb Change displaced_step_clear_cleanup to a forward_scope_exit new 32603266e5 C++ify remote notification code new 37991b4f52 Remove last cleanup from gdbserver new d01c587766 Remove cleanup from solib-svr4.c new 2b6ff1c047 Remove last cleanups from solib-svr4.c new 724127627f Remove last cleanup solib-aix.c new 6cceac9414 Remove last cleanup from linux-namespaces.c new 61b3009970 Remove last cleanups from stabsread.c new c6321f19c5 Use unique_xmalloc_ptr in remote.c new fe7b42e584 Remove basic cleanup code new 0ccf4211fd Remove free_current_contents new a7b1986e13 Use SCOPE_EXIT in write_gcore_file
The 14 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/ChangeLog | 124 ++++++++++++++++++++++++++++++++ gdb/coffread.c | 115 +++++++++-------------------- gdb/common/cleanups.c | 160 ++--------------------------------------- gdb/common/cleanups.h | 32 +-------- gdb/common/common-exceptions.c | 20 +----- gdb/common/filestuff.c | 21 ------ gdb/common/filestuff.h | 4 -- gdb/common/new-op.c | 2 - gdb/dbxread.c | 32 +++++---- gdb/gcore.c | 20 +----- gdb/gdbserver/ChangeLog | 5 ++ gdb/gdbserver/server.c | 11 +-- gdb/gdbthread.h | 2 +- gdb/inferior.h | 2 +- gdb/infrun.c | 30 +++----- gdb/main.c | 8 --- gdb/nat/linux-namespaces.c | 41 ++++------- gdb/remote-notif.c | 42 ++--------- gdb/remote-notif.h | 15 ++-- gdb/remote.c | 89 +++++++---------------- gdb/solib-aix.c | 10 +-- gdb/solib-svr4.c | 57 ++++++--------- gdb/stabsread.c | 81 +++++++++------------ gdb/stabsread.h | 14 +--- gdb/top.c | 2 +- gdb/utils.c | 29 -------- gdb/utils.h | 2 - 27 files changed, 328 insertions(+), 642 deletions(-)