X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=9afbb7763090f74c34d70e8aede15ce6030fc830;hb=510e5e562796a5d2bbd4c7208155bd8a3c03b50d;hp=37a6635db7672f4b713265139061c3ac6746114b;hpb=ac88e2de8314efd9aaa9132c5643ecbf715de508;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37a6635db7..9afbb77630 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,101 @@ +2017-09-27 Tom Tromey + + * symtab.c (maintenance_print_symbol_cache) + (maintenance_flush_symbol_cache) + (maintenance_print_symbol_cache_statistics): Constify. + +2017-09-27 Tom Tromey + + * inferior.c (detach_inferior_command, kill_inferior_command) + (inferior_command): Constify. + +2017-09-27 Tom Tromey + + * regcache.c (regcache_print, maintenance_print_registers) + (maintenance_print_raw_registers) + (maintenance_print_cooked_registers) + (maintenance_print_register_groups) + (maintenance_print_remote_registers): Constify. + +2017-09-27 Tom Tromey + + * printcmd.c (map_display_numbers, undisplay_command) + (enable_disable_display_command, enable_display_command) + (disable_display_command): Constify. + +2017-09-27 Tom Tromey + + * breakpoint.h (delete_command): Don't declare. + * breakpoint.c (delete_command, enable_once_command) + (enable_count_command, enable_delete_command, breakpoint_1) + (maintenance_info_breakpoints, stopin_command, stopat_command) + (delete_command, delete_trace_command, save_breakpoints) + (save_breakpoints_command, save_tracepoints_command): Constify. + +2017-09-27 Tom Tromey + + * macrocmd.c (macro_expand_command, macro_expand_once_command) + (skip_ws, extract_identifier, macro_define_command) + (macro_undef_command, macro_list_command): Constify. + +2017-09-27 Tom Tromey + + * infcmd.c (environment_info, set_environment_command) + (unset_environment_command, path_info, info_proc_cmd_1) + (info_proc_cmd_mappings, info_proc_cmd_stat) + (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline) + (info_proc_cmd_exe, info_proc_cmd_all): Constify. + +2017-09-27 Tom Tromey + + * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds): + Constify. + +2017-09-27 Tom Tromey + + * symfile-mem.c (add_symbol_file_from_memory_command): Constify. + +2017-09-27 Tom Tromey + + * demangle.c (demangle_command): Constify. + +2017-09-27 Tom Tromey + + * progspace.c (maintenance_info_program_spaces_command): + Constify. + +2017-09-27 Tom Tromey + + * compile/compile.c (check_raw_argument, compile_file_command) + (compile_code_command, compile_print_command): Constify. + +2017-09-27 Tom Tromey + + * reggroups.c (maintenance_print_reggroups): Constify. + +2017-09-27 Tom Tromey + + * dwarf2read.c (save_gdb_index_command): Constify. + +2017-09-27 Tom Tromey + + * stap-probe.c (info_probes_stap_command): Constify. + +2017-09-27 Tom Tromey + + * fork-child.c (unset_exec_wrapper_command): Constify. + +2017-09-27 Tom Tromey + + * btrace.c (get_uint, get_context_size, no_chunk) + (maint_btrace_packet_history_cmd) + (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd) + (maint_info_btrace_cmd): Constify. + +2017-09-27 Tom Tromey + + * reverse.c (delete_bookmark_command): Constify. + 2017-09-27 Tom Tromey * remote.c (set_memory_packet_size)