This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: in_solib_call_trampoline
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: kewarken at qnx dot com
- Cc: gdb at sources dot redhat dot com
- Date: Wed, 27 Jul 2005 21:59:30 +0200 (CEST)
- Subject: Re: in_solib_call_trampoline
- References: <42E7E001.7030405@qnx.com>
Date: Wed, 27 Jul 2005 15:26:57 -0400
From: Kris Warkentin <kewarken@qnx.com>
I was using set_gdbarch_in_solib_call_trampoline (gdbarch,
in_plt_section) so that I could step into solibs, much like many other
targets, but it looks like this method isn't supported anymore. Can
anyone tell me the accepted way to make gdb keep stepping past the plt
section and into the solib?
I'm a bit confused here myself, but I have you taken a look at
skip_trampoline_code?
Mark