From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 603 invoked by alias); 27 Jul 2005 20:20:37 -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 531 invoked by uid 22791); 27 Jul 2005 20:20:31 -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 20:20:31 +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 j6RKKRvD010153; Wed, 27 Jul 2005 22:20:27 +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 j6RKKQkg030909; Wed, 27 Jul 2005 22:20:26 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j6RKKMsf019569; Wed, 27 Jul 2005 22:20:22 +0200 (CEST) Date: Wed, 27 Jul 2005 20:20:00 -0000 Message-Id: <200507272020.j6RKKMsf019569@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: kewarken@qnx.com CC: gdb@sources.redhat.com In-reply-to: <42E7E901.5080305@qnx.com> (message from Kris Warkentin on Wed, 27 Jul 2005 16:05:21 -0400) Subject: Re: in_solib_call_trampoline References: <200507271959.j6RJxUe8025784@elgar.sibelius.xs4all.nl> <42E7E901.5080305@qnx.com> X-SW-Source: 2005-07/txt/msg00253.txt.bz2 Date: Wed, 27 Jul 2005 16:05:21 -0400 From: Kris Warkentin Well, I've been looking at the frame_unwind_sniffers...I guess I'll try that next. Kind of annoying not being able to step into shared libs anymore. ;-) Having you target unwind from within .plt is a good idea anyway; your program might end up there once in a while if it encounters a random signal. Mark