gdb/
[deliverable/binutils-gdb.git] / gdb / doc / observer.texi
index f0fc6f45767433861a73f989590c125d38faf85d..4984f318131d50cbce8f10f0bc09b028771c54ba 100644 (file)
@@ -134,8 +134,10 @@ 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.
+@deftypefun void thread_exit (struct thread_info *@var{t}, int @var{silent})
+The thread specified by @var{t} has exited.  The @var{silent} argument
+indicates that @value{GDBN} is removing the thread from its tables
+without wanting to notify the user about it.
 @end deftypefun
 
 @deftypefun void thread_stop_requested (ptid_t @var{ptid})
This page took 0.024366 seconds and 4 git commands to generate.