diff options
Diffstat (limited to 'gdb/doc/observer.texi')
-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 5bcc76c..af3835b 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -133,3 +133,7 @@ previously loaded symbol table data has now been invalidated. The thread specified by @var{t} has been created. @end deftypefun +@deftypefun void thread_exit (struct thread_info *@var{t}) +The thread specified by @var{t} has exited. +@end deftypefun + |