From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9807 invoked by alias); 11 May 2004 18:08:49 -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 9789 invoked from network); 11 May 2004 18:08:48 -0000 Received: from unknown (HELO e33.co.us.ibm.com) (32.97.110.131) by sourceware.org with SMTP; 11 May 2004 18:08:48 -0000 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.195.12]) by e33.co.us.ibm.com (8.12.10/8.12.2) with ESMTP id i4BI8l87448066 for ; Tue, 11 May 2004 14:08:47 -0400 Received: from austin.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay03.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i4BI8kxf487844 for ; Tue, 11 May 2004 12:08:47 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i4BI8kQC061384 for ; Tue, 11 May 2004 13:08:46 -0500 Date: Tue, 11 May 2004 18:08:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: gdb@sources.redhat.com Subject: backtrace from signal handler Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-05/txt/msg00070.txt.bz2 I understand that a new backtrace mechanism was implimented (by andrew cagney) in the mainline CVS version of GDB, are there any patche (or patches) available for this? I would like to use them to backport to GDB 6.1. It fixes backtracing from signal handler. It also will solve a ton of problmes wrt backtracing using GDB 6.1 on powerpc 64, coz mainline GDB works well for debugging powerpc, but we are still using 6.1 level. Thanks a ton ------------ Manoj Iyer