From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25160 invoked by alias); 24 Nov 2010 23:11:08 -0000 Received: (qmail 25150 invoked by uid 22791); 24 Nov 2010 23:11:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Nov 2010 23:11:01 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id oAONAhml026175; Thu, 25 Nov 2010 00:10:43 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id oAONAfg6003462; Thu, 25 Nov 2010 00:10:41 +0100 (CET) Date: Wed, 24 Nov 2010 23:11:00 -0000 Message-Id: <201011242310.oAONAfg6003462@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: gdb-patches@sourceware.org In-reply-to: (message from Tom Tromey on Mon, 22 Nov 2010 14:16:49 -0700) Subject: Re: RFC: implement DW_OP_GNU_implicit_pointer References: Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00420.txt.bz2 > From: Tom Tromey > Date: Mon, 22 Nov 2010 14:16:49 -0700 > diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c > index d7d8b97..fd841c4 100644 > --- a/gdb/dwarf2-frame.c > +++ b/gdb/dwarf2-frame.c > @@ -322,7 +322,7 @@ static CORE_ADDR > no_get_frame_cfa (void *baton) > { > internal_error (__FILE__, __LINE__, > - _("Support for DW_OP_call_frame_cfa is unimplemented")); > + _("Support for frame info is unimplemented")); > } With that change, the error message becomes rather unhelpful. Perhaps create a seperate no_get_frame_pc() that prints an appropriate message?