* infrun.c (observer.h): Add #include.

(normal_stop): Add call to observer_notify_normal_stop.
        * Makefile.in (infrun.o): Add dependency on observer.h.
This commit is contained in:
Joel Brobecker
2003-03-18 19:06:54 +00:00
parent 7daf4f5bcc
commit 06600e0681
3 changed files with 10 additions and 1 deletions

View File

@@ -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