aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 21:09:28 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 21:09:28 +0000
commit84674fe17939ab8a769ace018d8fe1a4cf041a4a (patch)
tree91c0e31b8c76dec8e312b93cc53a8b7bb8f294fd /gdb/hppa-tdep.h
parentc6d1029f18f38a215028c8eeda28ca1a2c9206c7 (diff)
downloadgdb-84674fe17939ab8a769ace018d8fe1a4cf041a4a.zip
gdb-84674fe17939ab8a769ace018d8fe1a4cf041a4a.tar.gz
gdb-84674fe17939ab8a769ace018d8fe1a4cf041a4a.tar.bz2
2004-10-31 Andrew Cagney <cagney@gnu.org>
* 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.
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r--gdb/hppa-tdep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h
index 26a7556..857b874 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);
};
/*