Searched refs:gdbarch_call_dummy_location (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h832 extern int gdbarch_call_dummy_location (struct gdbarch *gdbarch);
838 #define CALL_DUMMY_LOCATION (gdbarch_call_dummy_location (current_gdbarch))
H A Dgdbarch.c3408 gdbarch_call_dummy_location (struct gdbarch *gdbarch) function
3413 fprintf_unfiltered (gdb_stdlog, "gdbarch_call_dummy_location called\n");

Completed in 124 milliseconds