2010-04-08 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 217295e38bb0aff94100e531d69ad276a3f877bf..123d345fd020d118603bc32ad9e9bf572c982753 100644 (file)
@@ -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
This page took 0.025812 seconds and 4 git commands to generate.