aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2f8e611..fa02377 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,43 @@
2016-12-02 Simon Marchi <simon.marchi@ericsson.com>
+ * tracefile-tfile.c (tfile_write_status): Adjust to renames.
+ * tracefile.c (trace_save_command): Rename to...
+ (tsave_command): ...this.
+ (_initialize_tracefile): Adjust to renames.
+ * tracepoint.c (trace_actions_command): Rename to...
+ (actions_command): ...this.
+ (trace_start_command): Rename to...
+ (tstart_command): ...this, and adjust to renames..
+ (trace_stop_command): Rename to...
+ (tstop_command): ...this.
+ (trace_status_command): Rename to...
+ (tstatus_command): ...this, and adjust to renames.
+ (trace_find_command): Rename to...
+ (tfind_command): ...this.
+ (trace_find_pc_command): Rename to...
+ (tfind_pc_command): ...this.
+ (trace_find_tracepoint_command): Rename to...
+ (tfind_tracepoint_command): ...this.
+ (trace_find_line_command): Rename to...
+ (tfind_line_command): ...this.
+ (trace_find_range_command): Rename to...
+ (tfind_range_command): ...this.
+ (trace_find_outside_command): Rename to...
+ (tfind_outside_command): ...this.
+ (trace_dump_command): Rename to...
+ (tdump_command): ...this.
+ (tfind_1): Adjust to renames.
+ (trace_find_end_command): Rename to...
+ (tfind_end_command): ...this, and adjust to renames..
+ (trace_status_mi): Adjust to renames.
+ (parse_trace_status): Adjust to renames.
+ (_initialize_tracepoint): Adjust to renames.
+ * tracepoint.h (enum trace_stop_reason) <tstop_command>: Rename
+ to...
+ <trace_stop_command>: ...this.
+
+2016-12-02 Simon Marchi <simon.marchi@ericsson.com>
+
* mi/mi-out.c (mi_ui_out_data) <suppress_output>: Remove.
(mi_table_body): Remove suppress_output check.
(mi_table_end): Likewise.