diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 217295e..123d345f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,24 @@ +2010-04-08 Stan Shebs <stan@codesourcery.com> + Pedro Alves <pedro@codesourcery.com> + + * tracepoint.h (struct trace_status): New fields disconnected_tracing + and circular_buffer. + (disconnect_tracing): Rename from disconnect_or_stop_tracing. + * tracepoint.c (trace_status_command): Display target's status for + disconnected tracing and circular buffer. + (disconnect_tracing): Rename from disconnect_or_stop_tracing, add + query for non-disconnected-tracing case, remove the stop_tracing + call. + (tfile_open): Clear disconnected and circular buffer status. + (trace_save): Save disconnected and circular buffer status. + (parse_trace_status): Parse disconnected and circular buffer status, + also recognize disconnected as a stop reason. + * remote.c (remote_set_disconnected_tracing): Only set + QTDisconnected if the remote end supports disconnected tracing. + Warn otherwise, if trying to enable disconnected tracing. + * infcmd.c (detach_command): Update disconnect_tracing call. + * cli/cli-cmds.c (quit_command): Ditto. + 2010-04-08 H.J. Lu <hongjiu.lu@intel.com> * i387-tdep.c (i387_collect_xsave): Replace abort with |