diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-17 19:52:27 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-17 19:52:27 +0000 |
commit | 3ea85240b3dfc337e0955f5d480784607ce41bd6 (patch) | |
tree | d76df41ab8a56f4ce116707acde92bb47b5bd9ec /gdb/doc/observer.texi | |
parent | 4c1d29734e9ca4e8921c9962e0f342bcc9e95c16 (diff) | |
download | gdb-3ea85240b3dfc337e0955f5d480784607ce41bd6.zip gdb-3ea85240b3dfc337e0955f5d480784607ce41bd6.tar.gz gdb-3ea85240b3dfc337e0955f5d480784607ce41bd6.tar.bz2 |
* observer.c (observer_test_first_notification_function)
(observer_test_second_notification_function)
(observer_test_third_notification_function): Adjust prototype.
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 + |