From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15041 invoked by alias); 19 Jul 2002 17:49:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15012 invoked from network); 19 Jul 2002 17:49:26 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Jul 2002 17:49:26 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8B0683D92; Fri, 19 Jul 2002 11:38:15 -0400 (EDT) Message-ID: <3D383267.2050207@ges.redhat.com> Date: Fri, 19 Jul 2002 10:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy , Michal Ludvig Cc: GDB Patches Subject: Re: [RFA] dwarf2cfi.c improvements References: <3D36B967.7030205@suse.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00414.txt.bz2 > - default: /* This label is here just to avoid warning. */ >> + default: >> + error ("execute_stack_op: Unknown DW_OP_ value"); >> break; >> Just FYI, error messages should not be refering to a gdb internal functions. It should probably also be slightly more descriptive indicating that the problem is in the dwarf2 information being read in and not in GDB. enjoy, Andrew