From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26908 invoked by alias); 27 Jul 2005 20:07:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26233 invoked by uid 22791); 27 Jul 2005 20:07:23 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 20:07:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1DxsBV-0004iT-6S; Wed, 27 Jul 2005 16:07:21 -0400 Date: Wed, 27 Jul 2005 20:07:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: kewarken@qnx.com, gdb@sources.redhat.com Subject: Re: in_solib_call_trampoline Message-ID: <20050727200721.GA18009@nevyn.them.org> Mail-Followup-To: Mark Kettenis , kewarken@qnx.com, gdb@sources.redhat.com References: <42E7E001.7030405@qnx.com> <200507271959.j6RJxUe8025784@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507271959.j6RJxUe8025784@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-07/txt/msg00252.txt.bz2 On Wed, Jul 27, 2005 at 09:59:30PM +0200, Mark Kettenis wrote: > Date: Wed, 27 Jul 2005 15:26:57 -0400 > From: Kris Warkentin > > 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? I thought that gdbarch_skip_solib_resolver and in_solib_dynsym_resolve_code would be enough. I'm not sure if all the current skip_trampoline_code bits are necessary. -- Daniel Jacobowitz CodeSourcery, LLC