From 84674fe17939ab8a769ace018d8fe1a4cf041a4a Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 31 Oct 2004 21:09:28 +0000 Subject: 2004-10-31 Andrew Cagney * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline. * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline. * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same. * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto. --- gdb/hppa-tdep.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/hppa-tdep.h') diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index 26a7556a686..857b87433af 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -82,6 +82,12 @@ struct gdbarch_tdep /* Given a function address, try to find the global pointer for the corresponding shared object. */ CORE_ADDR (*find_global_pointer) (struct value *); + + /* For shared libraries, each call goes through a small piece of + trampoline code in the ".plt", or equivalent, section. + IN_SOLIB_CALL_TRAMPOLINE evaluates to nonzero if we are currently + stopped in one of these. */ + int (*in_solib_call_trampoline) (CORE_ADDR pc, char *name); }; /* -- cgit v1.2.1