forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user