aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
committerDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
commit71dd4b30a741cf8a23e8a49f6a4294759f76be33 (patch)
tree0d3df55be8a1c69eb9e302648f9315cda3489788 /gdb/infcall.c
parentdc6c87175b672f00e72997c0ff9dcf984e305285 (diff)
downloadgdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.zip
gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.gz
gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.bz2
revert previous patch so that I can re-commit with correct author
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r--gdb/infcall.c5
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)