Constify some commands in btrace.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 08d34625913c0d6a5458eb9528de83d9ab69b22d..d75a92158f0f28cd16a36870adacb3c2958b7931 100644 (file)
@@ -1,3 +1,138 @@
+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)
+       (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
+       (get_context_size, no_chunk, get_insn_history_modifiers)
+       (cmd_record_insn_history, get_call_history_modifiers)
+       (cmd_record_call_history): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * source.c (show_substitute_path_command)
+       (unset_substitute_path_command, set_substitute_path_command):
+       Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * typeprint.c (maintenance_print_type): Constify.
+       * maint.c (maintenance_dump_me, maintenance_demangle)
+       (maintenance_time_display, maintenance_info_sections)
+       (maintenance_print_statistics, maintenance_deprecate)
+       (maintenance_undeprecate): Constify.
+       (maintenance_do_deprecate): Constify.  Use std::string.
+       (maintenance_selftest): Constify.
+       * gdbtypes.h (maintenance_print_type): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * hppa-tdep.c (unwind_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * target-descriptions.c (unset_tdesc_filename_cmd)
+       (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
+       Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * dummy-frame.c (maintenance_print_dummy_frames): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
This page took 0.067204 seconds and 4 git commands to generate.