From 99b5e152aad13580d6a3b7feda87ad40de7ec7d2 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 26 Mar 2010 13:35:06 +0000 Subject: gdb/ * tracepoint.c (parse_trace_status): Don't allow plain strings in the terror description. Don't expect an X prefix. gdb/doc/ * gdb.texinfo (Tracepoint Packets): Remove mention that terror:string may be plain text, and drop mention of X prefix. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 69c2c0a..c15ff12 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-03-26 Pedro Alves + + * gdb.texinfo (Tracepoint Packets): Remove mention that + terror:string may be plain text, and drop mention of X prefix. + 2010-03-26 Vladimir Prus * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b11d3c0..4bef3f0 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -31366,10 +31366,7 @@ The trace stopped because tracepoint @var{tpnum} exceeded its pass count. The trace stopped because tracepoint @var{tpnum} had an error. The string @var{text} is available to describe the nature of the error (for instance, a divide by zero in the condition expression). -@var{text} may take either of two forms; it may be plain text, but -with the restriction that no colons or other special characters are -allowed, or it may be an @code{X} followed by hex digits encoding the -text string. +@var{text} is hex encoded. @item tunknown:0 The trace stopped for some other reason. -- cgit v1.1