From b4fe849c07ecfb75b5c4f266dfa6a1142f22f464 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 16 Apr 2004 17:29:43 +0000 Subject: [PATCH] * gdb.gdb/observer.exp (test_normal_stop_notifications): Update call to observer_notify_normal_stop. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.gdb/observer.exp | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 319c6a0c61..c34838b753 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-16 Joel Brobecker + + * gdb.gdb/observer.exp (test_normal_stop_notifications): Update + call to observer_notify_normal_stop. + 2004-04-15 Andrew Cagney * gdb.base/siginfo.c: New file. diff --git a/gdb/testsuite/gdb.gdb/observer.exp b/gdb/testsuite/gdb.gdb/observer.exp index 80ab29a05b..c36d46126d 100644 --- a/gdb/testsuite/gdb.gdb/observer.exp +++ b/gdb/testsuite/gdb.gdb/observer.exp @@ -153,7 +153,10 @@ proc reset_counters { } { proc test_normal_stop_notifications { first second third message } { reset_counters - gdb_test "call observer_notify_normal_stop ()" "" \ + # Call observer_notify_normal_stop. Note that this procedure + # takes one argument, but this argument is ignored by the observer + # callbacks we have installed. So we just pass an arbitrary value. + gdb_test "call observer_notify_normal_stop (0)" "" \ "sending notification ($message)" check_counters $first $second $third $message } -- 2.11.0