* mi/mi-main.c (last_async_command): Rename to current_token.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index e422d44b53c986a0b5a34f8eb2865e037f1b76bd..46d5904ad7752388b5f91d020d255d1cf0863010 100644 (file)
@@ -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}
This page took 0.037161 seconds and 4 git commands to generate.