Expose type alignment on gdb.Type
[deliverable/binutils-gdb.git] / gdb / inflow.c
index d971543a2819e091fe6e69de835e45c359e0f0b1..08e47d65cb1f06db9940b5f9d598f66b4b199ea0 100644 (file)
@@ -24,7 +24,7 @@
 #include "terminal.h"
 #include "target.h"
 #include "gdbthread.h"
-#include "observer.h"
+#include "observable.h"
 #include <signal.h>
 #include <fcntl.h>
 #include "gdb_select.h"
@@ -989,7 +989,7 @@ _initialize_inflow (void)
   /* OK, figure out whether we have job control.  */
   have_job_control ();
 
-  observer_attach_inferior_exit (inflow_inferior_exit);
+  gdb::observers::inferior_exit.attach (inflow_inferior_exit);
 
   inflow_inferior_data
     = register_inferior_data_with_cleanup (NULL, inflow_inferior_data_cleanup);
This page took 0.024192 seconds and 4 git commands to generate.