From 481faa25acc8ea42f8d5f5e5e37f137806616226 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 24 Nov 1994 08:02:01 +0000 Subject: * blockframe.c (find_pc_partial_function): Inhibit mst_trampoline symbol special handling when INHIBIT_SUNSOLIB_TRANSFER_TABLE_HACK is defined. * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Renamed from IN_SOLIB_TRAMPOLINE. All callers changed. (IN_SOLIB_RETURN_TRAMPOLINE): Provide default definition. (wait_for_inferior): Handle single stepping through trampolines on return paths from shared libraries. * config/pa/tm-hppa.h (IN_SOLIB_CALL_TRAMPOLINE): Use in_solib_call_trampoline. (IN_SOLIB_RETURN_TRAMPOLINE): Use in_solib_return_trampoline. (INHIBIT_SUNSOLIB_TRANSFER_TABLE_HACK): Define. * hppa-tdep.c (in_solib_call_trampoline): New function. (in_solib_return_trampoline): New function. --- gdb/config/m68k/tm-apollo68b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/m68k') diff --git a/gdb/config/m68k/tm-apollo68b.h b/gdb/config/m68k/tm-apollo68b.h index 0e33df6..720f980 100644 --- a/gdb/config/m68k/tm-apollo68b.h +++ b/gdb/config/m68k/tm-apollo68b.h @@ -56,4 +56,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* How to decide if we're in a shared library function. (Probably a wrong definintion inherited from the VxWorks config file). */ -#define IN_SOLIB_TRAMPOLINE(pc, name) (name && strcmp(name, "") == 0) +#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) (name && strcmp(name, "") == 0) -- cgit v1.1