Browse Source

(Multi-threaded Apps): Add entry for thread-changed annotation.

msnyder-reverse-20080609-branch
Nick Roberts 18 years ago
parent
commit
aeac218185
  1. 19
      gdb/doc/annotate.texinfo

19
gdb/doc/annotate.texinfo

@ -825,17 +825,24 @@ depend on the language).
@chapter Multi-threaded Applications @chapter Multi-threaded Applications
@cindex annotations for multi-threaded apps @cindex annotations for multi-threaded apps
@findex new-thread@r{, annotation} The following annotations report thread related changes of state.
The following annotation reports that the application being debugged is
multi-threaded.
@smallexample @table @code
^Z^Znew-thread @findex new-thread@r{, annotation}
@end smallexample @item ^Z^Znew-thread
This annotation is issued once for each thread that is created apart from This annotation is issued once for each thread that is created apart from
the main thread, which is not reported. the main thread, which is not reported.
@findex thread-changed@r{, annotation}
@item ^Z^Zthread-changed
The selected thread has changed. This may occur at the request of the
user with the @code{thread} command, or as a result of execution,
e.g., another thread hits a breakpoint.
@end table
@raisesections @raisesections
@include fdl.texi @include fdl.texi
@lowersections @lowersections

Loading…
Cancel
Save