From 3ea85240b3dfc337e0955f5d480784607ce41bd6 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 17 Feb 2009 19:52:27 +0000 Subject: * observer.c (observer_test_first_notification_function) (observer_test_second_notification_function) (observer_test_third_notification_function): Adjust prototype. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/observer.texi | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'gdb/doc') 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 + + * observer.texi (test_notification): New observer. + 2009-02-14 Vladimir Prus * 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 + -- cgit v1.1