diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 25a7af4..718393c 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -35,7 +35,6 @@ #include "ada-lang.h" #include "gdbthread.h" #include "event-top.h" -#include "observer.h" /* If we can't find a function's name from its address, we print this instead. */ @@ -655,8 +654,6 @@ call_function_by_hand (struct value *function, int nargs, struct value **args) target_values_type = values_type; } - observer_notify_inferior_call_pre (inferior_ptid, funaddr); - /* Determine the location of the breakpoint (and possibly other stuff) that the called function will return to. The SPARC, for a function returning a structure or union, needs to make space for @@ -902,8 +899,6 @@ call_function_by_hand (struct value *function, int nargs, struct value **args) e = run_inferior_call (tp, real_pc); } - observer_notify_inferior_call_post (call_thread_ptid, funaddr); - /* Rethrow an error if we got one trying to run the inferior. */ if (e.reason < 0) |