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 fd9770d81f Add more targets to the list of architectures not supporting [...] new 4a2b031d54 Introduce and use ui_out_emit_table new d419f42dd3 Introduce and use gdb_file_up new ed1669453b Change return type of find_and_open_script new 7cd06d6e89 Use gdb_file_up in fbsd-nat.c new 4a45905b82 Use gdb_file_up in source.c new 6e7bc05c53 Change open_terminal_stream to return a gdb_file_up new fad0444a57 Remove make_cleanup_fclose new b80cf83844 Remove an unlink cleanup new e3ad2841b1 Remove make_cleanup_restore_current_language new b3bc84537b Remove make_cleanup_free_so new 2ec845e758 More uses of scoped_restore new 31b68d4ad7 Replace tui_restore_gdbout with scoped_restore new 7c218e6c9c Use unique_xmalloc_ptr in jit.c new 26fcd5d757 Use containers to avoid cleanups new 898e0c8e87 Remove in_user_command new ac991630ca Remove user_call_depth new b51b225eb9 Use a scoped_restore for command_nest_depth new 3c9ebddd93 Replace do_restore_instream_cleanup with scoped_restore new 7f968c899f Avoid some manual memory management in Python new 0d50bde32b Remove a cleanup in Python new 773a1edcd1 Introduce gdb_argv, a class wrapper for buildargv new 1c034b67a0 Use gdb_argv in Python new 744e4fe1db Remove make_cleanup_freeargv and gdb_buildargv
The 23 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 | 217 +++++++++++++++++++++++++++++++++++++++++++++ gdb/ada-tasks.c | 6 +- gdb/auto-load.c | 57 +++++------- gdb/breakpoint.c | 133 +++++++++++++-------------- gdb/cli/cli-cmds.c | 87 +++++++----------- gdb/cli/cli-cmds.h | 21 ++++- gdb/cli/cli-dump.c | 39 +++----- gdb/cli/cli-script.c | 99 ++++++--------------- gdb/common/filestuff.c | 4 +- gdb/common/filestuff.h | 15 +++- gdb/compile/compile.c | 65 +++++++------- gdb/cp-valprint.c | 12 +-- gdb/dwarf2read.c | 18 +--- gdb/elfread.c | 24 ++--- gdb/exec.c | 14 +-- gdb/fbsd-nat.c | 6 +- gdb/gcore.c | 13 ++- gdb/gdb_bfd.c | 5 +- gdb/guile/scm-string.c | 8 +- gdb/inferior.c | 32 ++----- gdb/infrun.c | 43 ++++----- gdb/interps.c | 13 +-- gdb/jit.c | 19 ++-- gdb/language.h | 26 ++++++ gdb/linux-nat.c | 9 +- gdb/linux-thread-db.c | 68 +++++++------- gdb/mi/mi-cmd-info.c | 5 +- gdb/mi/mi-main.c | 14 ++- gdb/nat/linux-btrace.c | 9 +- gdb/nat/linux-osdata.c | 78 ++++++---------- gdb/nat/linux-procfs.c | 18 ++-- gdb/osdata.c | 3 +- gdb/parse.c | 18 ++-- gdb/printcmd.c | 10 +-- gdb/procfs.c | 18 ++-- gdb/progspace.c | 5 +- gdb/psymtab.c | 5 +- gdb/python/py-breakpoint.c | 15 ++-- gdb/python/py-cmd.c | 14 +-- gdb/python/py-param.c | 24 ++--- gdb/python/py-varobj.c | 9 +- gdb/python/python.c | 67 ++++---------- gdb/remote-sim.c | 21 ++--- gdb/remote.c | 111 +++++++---------------- gdb/reverse.c | 19 +--- gdb/ser-mingw.c | 9 +- gdb/skip.c | 16 +--- gdb/solib-svr4.c | 24 ++--- gdb/solib.c | 93 ++++++++++--------- gdb/solist.h | 12 +++ gdb/source.c | 75 +++++----------- gdb/stack.c | 4 +- gdb/symfile.c | 34 +++---- gdb/symmisc.c | 17 ++-- gdb/target.c | 37 +++----- gdb/top.c | 57 ++++-------- gdb/top.h | 3 - gdb/tracefile-tfile.c | 2 +- gdb/tracefile.c | 6 +- gdb/tracepoint.c | 30 ++----- gdb/tui/tui-regs.c | 26 ++---- gdb/ui-file.c | 4 +- gdb/ui-out.h | 26 ++++++ gdb/utils.c | 83 ++--------------- gdb/utils.h | 127 +++++++++++++++++++++++--- gdb/valarith.c | 28 +++--- gdb/valops.c | 11 +-- gdb/xml-support.c | 13 ++- 68 files changed, 1040 insertions(+), 1213 deletions(-)