aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-03-18 19:06:54 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-03-18 19:06:54 +0000
commit06600e06816a57df8dbd003b4471d67bedc5286e (patch)
treef32fcb7605155fb86ec97d79bf85ad2abf0ad8bb /gdb/infrun.c
parent7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940 (diff)
downloadgdb-06600e06816a57df8dbd003b4471d67bedc5286e.zip
gdb-06600e06816a57df8dbd003b4471d67bedc5286e.tar.gz
gdb-06600e06816a57df8dbd003b4471d67bedc5286e.tar.bz2
* infrun.c (observer.h): Add #include.
(normal_stop): Add call to observer_notify_normal_stop. * Makefile.in (infrun.o): Add dependency on observer.h.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index f65af35..d4e454c 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -42,6 +42,7 @@
#include "inf-loop.h"
#include "regcache.h"
#include "value.h"
+#include "observer.h"
/* Prototypes for local functions */
@@ -3113,6 +3114,7 @@ normal_stop (void)
done:
annotate_stopped ();
+ observer_notify_normal_stop ();
}
static int