From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25032 invoked by alias); 6 Feb 2007 18:05:01 -0000 Received: (qmail 25022 invoked by uid 22791); 6 Feb 2007 18:05:00 -0000 X-Spam-Check-By: sourceware.org Received: from usnwksmtp04e.usa.siemens.com (HELO usnwk224srv.usa.siemens.com) (12.46.135.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Feb 2007 18:04:44 +0000 Received: from usnwk203a.ww017.siemens.net ([155.45.111.48]) by usnwk224srv.usa.siemens.com with InterScan Messaging Security Suite; Tue, 06 Feb 2007 10:04:41 -0800 Received: from USNWK100MSX.ww017.siemens.net ([155.45.111.54]) by usnwk203a.ww017.siemens.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 6 Feb 2007 10:04:42 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: FW: gstack Date: Tue, 06 Feb 2007 18:05:00 -0000 Message-ID: <3D80B10873C01D47BEC71C8DE311CF1119DAD638@USNWK100MSX.ww017.siemens.net> From: "Bloch, Jack \(SNL US\)" To: "Daniel Jacobowitz" Cc: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00037.txt.bz2 Perhaps I was not clear. Is there a way in GDB to display the signal which hit the program being attached to? I expected that the thread apply all bt full would display parameters but the target binary has no debug symbols although I would have thought that the values would still be displayed=20 -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org]=20 Sent: Tuesday, February 06, 2007 11:01 AM To: Bloch, Jack (SNL US) Cc: gdb@sourceware.org Subject: Re: FW: gstack On Tue, Feb 06, 2007 at 07:55:39AM -0800, Bloch, Jack (SNL US) wrote: > I am using gstack which is invoked whenever my applicaton gets a signal. > I have added the full option to the thread apply all bt statement in the > gstack script, but I want to have the signal displaywed in the gstack > output. is there any way to make this happen Ask whoever you got gstack from? It's not part of GNU GDB releases; I assume it's just a wrapper script calling GDB. --=20 Daniel Jacobowitz CodeSourcery