mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-15 22:04:48 +08:00
(Multi-threaded Apps): New node for new annotation.
This commit is contained in:
@ -85,6 +85,7 @@ This is Edition @value{EDITION}, @value{DATE}.
|
|||||||
* Annotations for Running::
|
* Annotations for Running::
|
||||||
Whether the program is running, how it stopped, etc.
|
Whether the program is running, how it stopped, etc.
|
||||||
* Source Annotations:: Annotations describing source code.
|
* Source Annotations:: Annotations describing source code.
|
||||||
|
* Multi-threaded Apps:: An annotation that reports multi-threadedness.
|
||||||
|
|
||||||
* GNU Free Documentation License::
|
* GNU Free Documentation License::
|
||||||
@end menu
|
@end menu
|
||||||
@ -820,6 +821,21 @@ source which is being displayed. @var{addr} is in the form @samp{0x}
|
|||||||
followed by one or more lowercase hex digits (note that this does not
|
followed by one or more lowercase hex digits (note that this does not
|
||||||
depend on the language).
|
depend on the language).
|
||||||
|
|
||||||
|
@node Multi-threaded Apps
|
||||||
|
@chapter Multi-threaded Applications
|
||||||
|
@cindex annotations for multi-threaded apps
|
||||||
|
|
||||||
|
@findex new-thread
|
||||||
|
The following annotation reports that the application being debugged is
|
||||||
|
multi-threaded.
|
||||||
|
|
||||||
|
@smallexample
|
||||||
|
^Z^Znew-thread
|
||||||
|
@end smallexample
|
||||||
|
|
||||||
|
This annotation is issued once for each thread that is created apart from
|
||||||
|
the main thread, which is not reported.
|
||||||
|
|
||||||
@raisesections
|
@raisesections
|
||||||
@include fdl.texi
|
@include fdl.texi
|
||||||
@lowersections
|
@lowersections
|
||||||
|
Reference in New Issue
Block a user