mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
revert previous patch so that I can re-commit with correct author
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user