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 cb791d5948 Make extract_arg return a std::string new 00f675ff65 Change setup_breakpoint_reporting to return a scoped_restore new be0d7abb5e Replace interp_set_temp with scoped_restore_interp new a9921622de Replace clear_hook_in_cleanup with scoped_restore_hook_in new d6b9b80f94 Remove cleanups from findcmd.c new c6dc63a162 Remove cleanups from find_frame_funname new 50feb4bd43 Use std::string in ctf_start new 8fbc99ef16 Use std::string in d-namespace.c new cb85b21ba1 Remove make_show_memory_breakpoints_cleanup
The 8 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 | 69 ++++++++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 23 ++++--------- gdb/breakpoint.c | 11 +++---- gdb/cli/cli-script.c | 41 ++++++++++++----------- gdb/ctf.c | 18 ++++------ gdb/d-namespace.c | 45 +++++++------------------ gdb/findcmd.c | 91 +++++++++++++++------------------------------------ gdb/guile/scm-frame.c | 10 ++---- gdb/ia64-tdep.c | 39 ++++++++-------------- gdb/interps.c | 2 +- gdb/interps.h | 26 +++++++++++++++ gdb/mem-break.c | 10 ++---- gdb/mi/mi-cmd-break.c | 14 +++----- gdb/mi/mi-cmd-break.h | 3 +- gdb/mi/mi-cmd-catch.c | 10 ++---- gdb/ppc-linux-tdep.c | 5 ++- gdb/python/py-frame.c | 14 ++++---- gdb/stack.c | 41 +++++++++++------------ gdb/stack.h | 5 +-- gdb/target.c | 16 ++------- gdb/target.h | 8 +++-- 21 files changed, 242 insertions(+), 259 deletions(-)