Constify some commands in symtab.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8ed3b5275a7bdd73afcfa0582512c3c9e9cbde4e..9afbb7763090f74c34d70e8aede15ce6030fc830 100644 (file)
@@ -1,3 +1,186 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * symtab.c (maintenance_print_symbol_cache)
+       (maintenance_flush_symbol_cache)
+       (maintenance_print_symbol_cache_statistics): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * inferior.c (detach_inferior_command, kill_inferior_command)
+       (inferior_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * printcmd.c (map_display_numbers, undisplay_command)
+       (enable_disable_display_command, enable_display_command)
+       (disable_display_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
+       Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * demangle.c (demangle_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * progspace.c (maintenance_info_program_spaces_command):
+       Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * compile/compile.c (check_raw_argument, compile_file_command)
+       (compile_code_command, compile_print_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * reggroups.c (maintenance_print_reggroups): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (save_gdb_index_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * stap-probe.c (info_probes_stap_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * fork-child.c (unset_exec_wrapper_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * reverse.c (delete_bookmark_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * remote.c (set_memory_packet_size)
+       (set_memory_write_packet_size, show_memory_write_packet_size)
+       (set_memory_read_packet_size, show_memory_read_packet_size)
+       (compare_sections_command, packet_command, remote_put_command)
+       (remote_get_command, remote_delete_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
+       (set_mipsfpu_double_command, set_mipsfpu_none_command)
+       (set_mipsfpu_auto_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * cli/cli-cmds.h (cd_command): Constify.
+       * cli/cli-cmds.c (cd_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * thread.c (thread_name_command, thread_find_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * probe.c (enable_probes_command, disable_probes_command):
+       Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * symfile.c (symbol_file_command): Constify.
+       * gdbcore.h (deprecated_file_changed_hook): Constify.
+       * exec.c (deprecated_file_changed_hook, exec_file_command)
+       (file_command): Constify.
+       * defs.h (symbol_file_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * remote-fileio.c (set_system_call_allowed)
+       (show_system_call_allowed): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * tracepoint.c (delete_trace_variable_command)
+       (tfind_end_command, tfind_start_command, tfind_pc_command)
+       (tfind_tracepoint_command, tfind_line_command)
+       (tfind_range_command, tfind_outside_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * ax-gdb.c (maint_agent_printf_command, agent_command)
+       (agent_eval_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * tracepoint.c (info_scope_command): Constify.
+       * python/python.c (gdbpy_decode_line): Constify.
+       * python/py-breakpoint.c (bppy_init): Constify.
+       * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
+       * location.h: (new_linespec_location)
+       (string_to_event_location_basic, string_to_event_location):
+       Constify.
+       * location.c (new_linespec_location)
+       (string_to_event_location_basic, string_to_event_location):
+       Constify.
+       * linespec.h (decode_line_with_current_source)
+       (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
+       * linespec.c (linespec_lex_to_end)
+       (decode_line_with_current_source)
+       (decode_line_with_last_displayed): Constify.
+       * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
+       Constify.
+       * cli/cli-cmds.c (edit_command, list_command): Constify.
+       * breakpoint.h (until_break_command, watch_command_wrapper)
+       (awatch_command_wrapper, rwatch_command_wrapper)
+       (init_ada_exception_breakpoint): Constify.
+       * breakpoint.c (break_command_1, dprintf_command)
+       (break_range_command, watch_command_wrapper)
+       (rwatch_command_wrapper, awatch_command_wrapper)
+       (until_break_command, init_ada_exception_breakpoint)
+       (strace_marker_create_sals_from_location, trace_command)
+       (ftrace_command, strace_command, struct tracepoint): Constify.
+       * ax-gdb.c (agent_command_1): Constify.
+       * ada-lang.c (ada_exception_sal): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
This page took 0.028241 seconds and 4 git commands to generate.