From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18807 invoked by alias); 7 Feb 2007 03:03:26 -0000 Received: (qmail 18795 invoked by uid 22791); 7 Feb 2007 03:03:24 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 07 Feb 2007 03:03:17 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HEd5V-0002S0-SV; Tue, 06 Feb 2007 22:03:13 -0500 Date: Wed, 07 Feb 2007 03:03:00 -0000 From: Daniel Jacobowitz To: "Bloch, Jack (SNL US)" Cc: gdb@sourceware.org Subject: Re: FW: gstack Message-ID: <20070207030313.GA9380@nevyn.them.org> Mail-Followup-To: "Bloch, Jack (SNL US)" , gdb@sourceware.org References: <3D80B10873C01D47BEC71C8DE311CF1119DAD638@USNWK100MSX.ww017.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D80B10873C01D47BEC71C8DE311CF1119DAD638@USNWK100MSX.ww017.siemens.net> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00039.txt.bz2 On Tue, Feb 06, 2007 at 10:06:37AM -0800, Bloch, Jack (SNL US) wrote: > Perhaps I was not clear. Is there a way in GDB to display the signal > which hit the program being attached to? Hmm, I don't think there is. On a lot of systems there's no way to tell. If you know inside the application, you could save it in a global and have GDB print it - it's possible to get that to work even if you do not have debug symbols. > 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 No, we can't display arguments without knowing their types, so we need debug info. -- Daniel Jacobowitz CodeSourcery