aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2009-02-17 19:52:27 +0000
committerVladimir Prus <vladimir@codesourcery.com>2009-02-17 19:52:27 +0000
commit3ea85240b3dfc337e0955f5d480784607ce41bd6 (patch)
treed76df41ab8a56f4ce116707acde92bb47b5bd9ec /gdb/doc
parent4c1d29734e9ca4e8921c9962e0f342bcc9e95c16 (diff)
downloadgdb-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')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/observer.texi5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 7d913d6..ea22713 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
+
+ * observer.texi (test_notification): New observer.
+
2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
* observer.texi: Add parameter 'print_frame' to normal_stop
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
+