diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/observer.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index e4c99d8..5bcc76c 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -129,3 +129,7 @@ Called with @var{objfile} equal to @code{NULL} to indicate previously loaded symbol table data has now been invalidated. @end deftypefun +@deftypefun void new_thread (struct thread_info *@var{t}) +The thread specified by @var{t} has been created. +@end deftypefun + |