From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11983 invoked by alias); 10 Jun 2008 18:00:04 -0000 Received: (qmail 11971 invoked by uid 22791); 10 Jun 2008 18:00:03 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jun 2008 17:59:44 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id CE44B3C4E8; Tue, 10 Jun 2008 10:59:42 -0700 (PDT) Subject: Re: Enable Support for Dwarf 1, with Gnu Extension From: Michael Snyder To: salvatorelionetti@yahoo.it Cc: Daniel Jacobowitz , gdb@sourceware.org In-Reply-To: <619152.88741.qm@web27208.mail.ukl.yahoo.com> References: <619152.88741.qm@web27208.mail.ukl.yahoo.com> Content-Type: text/plain Date: Tue, 10 Jun 2008 18:00:00 -0000 Message-Id: <1213120782.3601.537.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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: 2008-06/txt/msg00079.txt.bz2 On Tue, 2008-06-10 at 13:37 +0000, Salvatore Lionetti wrote: > Hi, > > Many thanks! > I've just compiled gdb 6.6, with insight, and see symbol but some time got: > ptype a > > or gdb seem to have difficult in determine next address (so put breakpoint in wrong place so program many time go running...) > > Have you ever heard about a fix on this? > Some link to have info? Only guessing, but you might try "gdb --readnow" to force all the debugging info to be scanned at the start. Might at least resolve the incomplete types. > (ok: is much simpler work with dwarf2, but seem we have pb with C++ binding of newer version of diab) That's unfortunate, since dwarf1 is quite old and unsupported.