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 a9bbfbd85f Add support for __VA_OPT__ new 0450cc4ce8 Add add_cmd function overloads new e4e3333549 Constify add_cmd gdb_bfd.c new eb7c454d73 Constify not_just_help_class_command new 8d97dc1cea Constify info_probes_dtrace_command new b0a8e6c443 Constify two functions in valprint.c new 57f5a81bd2 Constify dump_arc_instruction_command new 4ada038f6a Constify two functions in cp-abi.c new 5b64bf744c Constify two functions in linux-fork.c new c281872eec Constify display_tib new 990b9f9f5a Constify some functions in psymtab.c new 4a47555179 Constify first_component_command new 32a7bf17c9 Constify maintenance_cplus_namespace new 4d4589ef76 Constify maintenance_print_user_registers new d64097b17c Constify core_file_command new ad25e4234a Constify show_convenience new 4465d9db2f Constify some functions in memattr.c new 4124365135 Constify cmd_record_full_restore new 1970a12f32 Constify interpreter_exec_cmd new d3cb6b99c5 Constify maintenance_print_target_stack new dede02ce4d Constify some commands in cli-cmds.c new 2d0ac1068b Constify commands in cli-dump.c new 898241a5ba Constify user_defined_command new aa360cd5dd Constify some commands in cli-logging.c new e6738699f7 Constify some commands in spu-tdep.c new 2cf311ebad Constify some commands in symfile.c new 32faf971cd Constify new_ui_command new e99c83e741 Constify some commands in symmisc.c new cdb34d4a1c Constify some commands in record-btrace.c new 863779b0c6 Constify some commands in skip.c new e2d8ae16c0 Constify tui_reg_command new b961da0bb0 Constify some commands in tui.c new 31d56ade0e Constify maintenance_print_dummy_frames new e100df1a2e Constify some commands in target-descriptions.c new c482f52ccf Constify unwind_command new 5897114462 Constify commands maint.c, plus maintenance_print_type new a0d65762f1 Constify some commands in source.c new 8c2f95f434 Constify some commands in record.c new f2fc30156c Constify some linespec functions new 4fd41b2486 Constify some commands in ax-gdb.c new 2983f7cbdb Constify some commands in tracepoint.c new 442019e118 Constify some commands in remote-fileio.c new 1d8b34a7a2 Constify some commands in exec.c, plus symbol_file_command new 6781007668 Constify some commands in probes.c new fc41a75bee Constify some commands in thread.c new 5e93d4c64b Constify cd_command new bd4c9dfe67 Constify some commands in mips-tdep.c new ac88e2de83 Constify some commands in remote.c new 8949cb878d Constify delete_bookmark_command new f938677d42 Constify some commands in btrace.c new e0b2930cdc Constify unset_exec_wrapper_command new 884beb0c41 Constify info_probes_stap_command new 8384c35618 Constify save_gdb_index_command new 34e5fa26b7 Constify maintenance_print_reggroups new 6663cf9161 Constify some commands in compile.c new 9c504b5d34 Constify maintenance_info_program_spaces_command new 1f3f85eba6 Constify demangle_command new c9d31bd657 Constify add_symbol_file_from_memory_command new c4a3e68e33 Constify some commands in i386-tdep.c new 69f476a36f Constify some commands in infcmd.c new 3088cf40a5 Constify some commands in macrocmd.c new 4495129abd Constify some commands in breakpoint.c new 7776370010 Constify some commands in printcmd.c new 4e00131263 Constify some commands in regcache.c new e503b1919b Constify some commands in inferior.c new 510e5e5627 Constify some commands in symtab.c new 643c2ffafe Constify some commands in ada-tasks.c new f21b4d5c59 Constify find_command
The 67 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 | 397 +++++++++++++++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 4 +- gdb/arc-tdep.c | 2 +- gdb/ax-gdb.c | 15 +- gdb/breakpoint.c | 93 +++++------ gdb/breakpoint.h | 14 +- gdb/btrace.c | 27 +-- gdb/cli/cli-cmds.c | 42 +++-- gdb/cli/cli-cmds.h | 2 +- gdb/cli/cli-decode.c | 75 +++++++-- gdb/cli/cli-decode.h | 4 +- gdb/cli/cli-dump.c | 36 ++-- gdb/cli/cli-logging.c | 6 +- gdb/cli/cli-script.c | 2 +- gdb/command.h | 23 ++- gdb/compile/compile.c | 9 +- gdb/corefile.c | 2 +- gdb/cp-abi.c | 4 +- gdb/cp-namespace.c | 2 +- gdb/cp-support.c | 3 +- gdb/defs.h | 2 +- gdb/demangle.c | 4 +- gdb/dtrace-probe.c | 2 +- gdb/dummy-frame.c | 2 +- gdb/dwarf2read.c | 2 +- gdb/exec.c | 8 +- gdb/findcmd.c | 2 +- gdb/fork-child.c | 2 +- gdb/gdb_bfd.c | 2 +- gdb/gdbcore.h | 4 +- gdb/gdbtypes.h | 2 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/guile/scm-cmd.c | 2 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 4 +- gdb/infcmd.c | 43 ++--- gdb/inferior.c | 6 +- gdb/interps.c | 2 +- gdb/linespec.c | 18 +- gdb/linespec.h | 8 +- gdb/linux-fork.c | 4 +- gdb/location.c | 10 +- gdb/location.h | 6 +- gdb/macrocmd.c | 16 +- gdb/maint.c | 39 ++--- gdb/memattr.c | 6 +- gdb/mi/mi-cmd-break.c | 2 +- gdb/mips-tdep.c | 10 +- gdb/printcmd.c | 10 +- gdb/probe.c | 4 +- gdb/progspace.c | 2 +- gdb/psymtab.c | 6 +- gdb/python/py-breakpoint.c | 2 +- gdb/python/py-cmd.c | 2 +- gdb/python/python.c | 2 +- gdb/record-btrace.c | 4 +- gdb/record-full.c | 2 +- gdb/record.c | 38 +++-- gdb/regcache.c | 12 +- gdb/reggroups.c | 2 +- gdb/remote-fileio.c | 4 +- gdb/remote.c | 24 ++- gdb/reverse.c | 2 +- gdb/skip.c | 10 +- gdb/source.c | 6 +- gdb/spu-tdep.c | 10 +- gdb/stap-probe.c | 2 +- gdb/symfile-mem.c | 2 +- gdb/symfile.c | 30 ++-- gdb/symmisc.c | 14 +- gdb/symtab.c | 6 +- gdb/target-descriptions.c | 6 +- gdb/target.c | 6 +- gdb/thread.c | 4 +- gdb/top.c | 2 +- gdb/tracepoint.c | 49 +++--- gdb/tui/tui-regs.c | 2 +- gdb/tui/tui.c | 4 +- gdb/typeprint.c | 2 +- gdb/user-regs.c | 2 +- gdb/valprint.c | 8 +- gdb/value.c | 4 +- gdb/windows-tdep.c | 2 +- 84 files changed, 832 insertions(+), 433 deletions(-)