diff options
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index a67033e..82e7251 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -26,7 +26,7 @@ #include "frame-unwind.h" #include "command.h" #include "gdbcmd.h" -#include "observer.h" +#include "observable.h" #include "gdbthread.h" #include "infcall.h" @@ -424,5 +424,5 @@ _initialize_dummy_frame (void) _("Print the contents of the internal dummy-frame stack."), &maintenanceprintlist); - observer_attach_inferior_created (cleanup_dummy_frames); + gdb::observers::inferior_created.attach (cleanup_dummy_frames); } |