From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7172 invoked by alias); 10 Sep 2004 08:03:23 -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 7153 invoked from network); 10 Sep 2004 08:03:20 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 10 Sep 2004 08:03:20 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Fri, 10 Sep 2004 10:02:52 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i8A834Cu026622; Fri, 10 Sep 2004 10:03:05 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i8A834u3026618; Fri, 10 Sep 2004 10:03:04 +0200 (CEST) Date: Fri, 10 Sep 2004 08:03:00 -0000 Message-Id: <200409100803.i8A834u3026618@juw15.nfra.nl> From: Mark Kettenis To: Benjamin.Reschke@motorola.com CC: gdb@sources.redhat.com In-reply-to: <643810D0E0F1144C8F9D798CF5294DD80244C0F7@zas24exm01.corp.mot.com> (message from Reschke Benjamin-A16256 on Fri, 10 Sep 2004 12:18:31 +0930) Subject: Re: GDB 6.0 backtrace limit to only 3 lines References: <643810D0E0F1144C8F9D798CF5294DD80244C0F7@zas24exm01.corp.mot.com> X-SW-Source: 2004-09/txt/msg00078.txt.bz2 From: Reschke Benjamin-A16256 Date: Fri, 10 Sep 2004 12:18:31 +0930 So I downloaded an compiled GDB 6.2 and now I receive the follow output when I run gdb with my exe and core file: What version of GCC are you using? AFAIK no version of GCC should generate DW_EH_PE_indirect encodings, but apparently it (or something else) does. Mark