diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fa94e40..9cdf5d9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-04-24 Vladimir Prus <vladimir@codesourcery.com> + + * doc/gdb.texinfo (GDB/MI Output Syntax): Clarify that async + output does not necessary include any tokens. + 2008-04-22 Corinna Vinschen <vinschen@redhat.com> * gdb.texinfo (Set SH Calling convention): New @item. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e422d44..46d5904 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17914,10 +17914,13 @@ Notes: All output sequences end in a single line containing a period. @item -The @code{@var{token}} is from the corresponding request. If an execution -command is interrupted by the @samp{-exec-interrupt} command, the -@var{token} associated with the @samp{*stopped} message is the one of the -original execution command, not the one of the interrupt command. +The @code{@var{token}} is from the corresponding request. Note that +for all async output, while the token is allowed by the grammar and +may be output by future versions of @value{GDBN} for select async +output messages, it is generally omitted. Frontends should treat +all async output as reporting general changes in the state of the +target and there should be no need to associate async output to any +prior command. @item @cindex status output in @sc{gdb/mi} |