diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
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 |