diff options
Diffstat (limited to 'gdb/doc/observer.texi')
-rw-r--r-- | gdb/doc/observer.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index c8e8b96..04f5034 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -200,3 +200,8 @@ Either @value{GDBN} detached from the inferior, or the inferior exited. The argument @var{pid} identifies the inferior. @end deftypefun + @deftypefun void test_notification (int @var{somearg}) +This observer is used for internal testing. Do not use. +See testsuite/gdb.gdb/observer.exp. + @end deftypefun + |