summaryrefslogtreecommitdiff
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
commit26f20c8dd15596e1311edb2f4dd19636b737054a (patch)
treeb93f43d24c814c7b56612db69972a6e809f1656a /gdb/infrun.c
parentcd8d4157bb5355de18df29038954f91b80662189 (diff)
downloadgdb-26f20c8dd15596e1311edb2f4dd19636b737054a.tar.gz
* 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 f65af358a02..d4e454cae6b 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