From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6224 invoked by alias); 4 Jan 2007 23:22:07 -0000 Received: (qmail 6216 invoked by uid 22791); 4 Jan 2007 23:22:06 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 Jan 2007 23:22:02 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l04NLsqN024316; Fri, 5 Jan 2007 00:21:54 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l04NLsve013656; Fri, 5 Jan 2007 00:21:54 +0100 (CET) Date: Thu, 04 Jan 2007 23:22:00 -0000 Message-Id: <200701042321.l04NLsve013656@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: dewar@adacore.com CC: gdb@sourceware.org, brobecker@adacore.com In-reply-to: <459D8940.3030908@adacore.com> (message from Robert Dewar on Thu, 04 Jan 2007 18:09:52 -0500) Subject: Re: New Ada failure References: <20070104202406.GA26522@nevyn.them.org> <459D8940.3030908@adacore.com> 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-01/txt/msg00082.txt.bz2 > Date: Thu, 04 Jan 2007 18:09:52 -0500 > From: Robert Dewar > > Ada.Exceptions needs to be compiled with debug information and not > stripped, so if you strip, you will definitely disable this lookup > > > I think the problem is that you're using > > lookup_symbol; isn't lookup_minimal_symbol sufficient? > > Wouldn't really help, since once we break on this routine, > we look at its arguments and local variables, so we really > need full debug information for this routine. At least > that's my understanding. But wouldn't it be useful to be able to catch exceptions, or at least know that an exception was raised, even if you can't look at its details? Mark