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 cb64e50 Fix heap-buffer-overflow error detected by address sanitizati [...] new d4081a3 Introduce string_printf new 4f8ad95 cli/cli-script.c: Remove some dead NULL checks new 896b6bd breakpoint.c:commands_command_1 constification and cleanup new b064640 cli-script.c: Simplify using std::string, eliminate cleanups new 4d01a48 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> new 8de0063 Introduce ui_file_as_string new 1f45808 Clean up tracepoint.h/c:collection_list new 322a851 Use ui_file_as_string in dwarf2_compute_name new a0f86e7 Use ui_file_as_string in gdb/xtensa-tdep.c new 77e1c74 Use ui_file_as_string in gdb/ada-valprint.c new 56dbf31 Use ui_file_as_string in gdb/ui-out.c new d16c547 Use ui_file_as_string in gdb/utils.c new 09b0e4b Use ui_file_as_string in gdb/arm-tdep.c new 3ab692d Use ui_file_as_string in gdb/guile/ new db1ec11 Use ui_file_as_string in execute_command_to_string new 7b01d34 Use ui_file_as_string in gdb/top.c new 0203064 Use ui_file_as_string in gdb/printcmd.c new c92aed1 Use ui_file_as_string in gdb/python/ new b3ced9b Use ui_file_as_string in gdb/remote.c new 3d8b0d9 Use ui_file_as_string in gdb/cli/cli-setshow.c new aaee65a Use ui_file_as_string in gdb/compile/ new 66bbce5 Use ui_file_as_string in gdb/c-exp.y new 6f03024 Use ui_file_as_string in gdbarch.sh/gdbarch.c new 3b4de39 Use ui_file_as_string in gdb/ada-lang.c new af1fe7b Use ui_file_as_string in gdb/infrun.c new 5698084 Use ui_file_as_string in gdb/rust-lang.c new d2af899 Use ui_file_as_string in gdb/language.c new 2f408ec Use ui_file_as_string throughout more new 833177a 'struct agent_expr *' -> unique_ptr<agent_expr> new 3cde5c4 Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info
The 30 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 | 514 +++++++++++++++++++++++++++++++++++++ gdb/Makefile.in | 2 +- gdb/ada-lang.c | 83 ++---- gdb/ada-lang.h | 2 +- gdb/ada-valprint.c | 53 ++-- gdb/ada-varobj.c | 130 ++++------ gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 149 ++++------- gdb/ax-gdb.h | 24 +- gdb/ax-general.c | 48 +--- gdb/ax.h | 19 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-syscall.c | 2 +- gdb/break-catch-throw.c | 26 +- gdb/breakpoint.c | 222 +++++++--------- gdb/breakpoint.h | 25 +- gdb/c-exp.y | 9 +- gdb/c-lang.c | 9 +- gdb/c-lang.h | 14 +- gdb/c-typeprint.c | 5 +- gdb/c-varobj.c | 142 +++++------ gdb/cli/cli-script.c | 128 +++------- gdb/cli/cli-setshow.c | 7 +- gdb/common/common-utils.c | 23 ++ gdb/common/common-utils.h | 6 + gdb/compile/compile-c-support.c | 6 +- gdb/compile/compile-internal.h | 25 ++ gdb/compile/compile-object-load.c | 18 +- gdb/compile/compile-object-load.h | 4 +- gdb/compile/compile.c | 106 ++++---- gdb/cp-abi.c | 2 +- gdb/cp-abi.h | 7 +- gdb/cp-support.c | 60 ++--- gdb/cp-support.h | 10 +- gdb/dbxread.c | 22 +- gdb/dtrace-probe.c | 6 +- gdb/dwarf2read.c | 25 +- gdb/eval.c | 43 +--- gdb/expression.h | 12 +- gdb/gdbarch.c | 8 +- gdb/gdbarch.sh | 8 +- gdb/gdbcmd.h | 2 +- gdb/gdbtypes.c | 12 +- gdb/gnu-v3-abi.c | 57 ++--- gdb/guile/guile.c | 18 +- gdb/guile/scm-breakpoint.c | 6 +- gdb/guile/scm-disasm.c | 6 +- gdb/guile/scm-frame.c | 6 +- gdb/guile/scm-type.c | 42 +-- gdb/guile/scm-value.c | 18 +- gdb/infcmd.c | 9 +- gdb/infrun.c | 6 +- gdb/language.c | 7 +- gdb/language.h | 14 +- gdb/linespec.c | 53 ++-- gdb/mi/mi-cmd-var.c | 70 ++--- gdb/mi/mi-main.c | 43 ++-- gdb/minsyms.c | 17 +- gdb/objc-lang.c | 7 +- gdb/parse.c | 50 ++-- gdb/printcmd.c | 62 ++--- gdb/python/py-arch.c | 10 +- gdb/python/py-breakpoint.c | 8 +- gdb/python/py-frame.c | 8 +- gdb/python/py-type.c | 10 +- gdb/python/py-unwind.c | 7 +- gdb/python/py-value.c | 7 +- gdb/python/py-varobj.c | 4 +- gdb/python/python.c | 19 +- gdb/remote.c | 88 ++----- gdb/rust-exp.y | 11 +- gdb/rust-lang.c | 57 ++--- gdb/stabsread.c | 21 +- gdb/stack.c | 6 +- gdb/symtab.c | 87 +++---- gdb/symtab.h | 39 ++- gdb/top.c | 14 +- gdb/tracepoint.c | 522 +++++++++++++++----------------------- gdb/tracepoint.h | 74 ++++-- gdb/typeprint.c | 21 +- gdb/ui-file.c | 22 ++ gdb/ui-file.h | 6 + gdb/ui-out.c | 9 +- gdb/utils-selftests.c | 60 +++++ gdb/utils.c | 5 +- gdb/value.c | 8 +- gdb/value.h | 2 +- gdb/varobj-iter.h | 4 +- gdb/varobj.c | 221 +++++++--------- gdb/varobj.h | 70 +++-- gdb/xtensa-tdep.c | 9 +- 91 files changed, 1991 insertions(+), 1955 deletions(-) create mode 100644 gdb/utils-selftests.c