Don't print symbol declaration's line number in rbreak output
[deliverable/binutils-gdb.git] / gdb / exec.c
index 6b910e8f54b356f579e7578efc2b54b88dd8b7dd..f94c15f1f53dd9cb127a8b1a05a662343868b9c5 100644 (file)
@@ -29,7 +29,7 @@
 #include "completer.h"
 #include "value.h"
 #include "exec.h"
-#include "observer.h"
+#include "observable.h"
 #include "arch-utils.h"
 #include "gdbthread.h"
 #include "progspace.h"
@@ -378,7 +378,7 @@ exec_file_attach (const char *filename, int from_tty)
     }
 
   bfd_cache_close_all ();
-  observer_notify_executable_changed ();
+  gdb::observers::executable_changed.notify ();
 }
 
 /*  Process the first arg in ARGS as the new exec file.
This page took 0.023006 seconds and 4 git commands to generate.