From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17531 invoked by alias); 27 Jul 2005 19:59:43 -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 17513 invoked by uid 22791); 27 Jul 2005 19:59:40 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 19:59:40 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j6RJxVqc028644; Wed, 27 Jul 2005 21:59:31 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j6RJxUrn003169; Wed, 27 Jul 2005 21:59:30 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j6RJxUe8025784; Wed, 27 Jul 2005 21:59:30 +0200 (CEST) Date: Wed, 27 Jul 2005 19:59:00 -0000 Message-Id: <200507271959.j6RJxUe8025784@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: kewarken@qnx.com CC: gdb@sources.redhat.com In-reply-to: <42E7E001.7030405@qnx.com> (message from Kris Warkentin on Wed, 27 Jul 2005 15:26:57 -0400) Subject: Re: in_solib_call_trampoline References: <42E7E001.7030405@qnx.com> X-SW-Source: 2005-07/txt/msg00250.txt.bz2 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? Mark