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 868027a48b6 Document gdb.SYMBOL_LOC_LABEL new af7f8f52dd6 gdb: make add_setshow commands return set_show_commands new 9f260536902 gdb: remove unnecessary lookup_cmd when deprecating commands new 7bd22f56a3c gdb/python: use return values of add_setshow functions in a [...] new 3947f654eab gdb: make add_com_alias accept target as a cmd_list_element new e0f25bd9717 gdb: make add_info_alias accept target as a cmd_list_element new 5e84b7eefba gdb: remove add_alias_cmd overload that accepts a string new f39632d9579 gdb: add make-init-c script new d5a6313e1c4 gdb: add option to reverse order of _initialize function calls
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 | 52 +++++ gdb/Makefile.in | 39 ++-- gdb/arch-utils.c | 16 +- gdb/bpf-tdep.c | 2 +- gdb/breakpoint.c | 78 ++++--- gdb/cli/cli-cmds.c | 67 +++--- gdb/cli/cli-decode.c | 244 ++++++++++----------- gdb/command.h | 229 ++++++++----------- gdb/compile/compile.c | 2 +- gdb/corefile.c | 14 +- gdb/cp-support.c | 12 +- gdb/disasm.c | 9 +- gdb/gcore.c | 5 +- gdb/gnu-nat.c | 54 +++-- gdb/guile/guile.c | 41 ++-- gdb/infcmd.c | 60 ++--- gdb/infrun.c | 5 +- gdb/language.c | 24 +- gdb/macrocmd.c | 15 +- gdb/maint.c | 19 +- gdb/make-init-c | 70 ++++++ gdb/mi/mi-main.c | 26 ++- gdb/mips-tdep.c | 25 ++- gdb/objc-lang.c | 7 +- gdb/printcmd.c | 16 +- gdb/python/py-auto-load.c | 29 +-- gdb/python/py-param.c | 133 ++++++----- gdb/python/python.c | 9 +- gdb/record-btrace.c | 30 +-- gdb/record-full.c | 69 +++--- gdb/record.c | 70 +++--- gdb/regcache.c | 9 +- gdb/remote.c | 37 ++-- gdb/reverse.c | 37 ++-- gdb/silent-rules.mk | 2 +- gdb/solib.c | 22 +- gdb/source.c | 21 +- gdb/sparc64-tdep.c | 7 +- gdb/stack.c | 59 ++--- gdb/symfile.c | 11 +- gdb/symtab.c | 11 +- gdb/testsuite/ChangeLog | 4 + .../{template.exp => reverse-init-functions.exp} | 21 +- gdb/thread.c | 9 +- gdb/top.c | 2 +- gdb/tracepoint.c | 12 +- gdb/tui/tui-win.c | 20 +- gdb/valprint.c | 24 +- gdb/value.c | 5 +- gdb/windows-tdep.c | 9 +- 50 files changed, 964 insertions(+), 829 deletions(-) create mode 100755 gdb/make-init-c copy gdb/testsuite/gdb.base/{template.exp => reverse-init-functions.exp} (62%)