From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8513 invoked by alias); 16 Aug 2002 14:16:10 -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 8481 invoked from network); 16 Aug 2002 14:16:07 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 Aug 2002 14:16:07 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A90FB3C8C; Fri, 16 Aug 2002 10:16:06 -0400 (EDT) Message-ID: <3D5D0926.4030407@ges.redhat.com> Date: Fri, 16 Aug 2002 07:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Carlos O'Donell Cc: gdb@sources.redhat.com Subject: Re: Issue an internal warning on first deprecated function call References: <3D5C248D.4030003@ges.redhat.com> <1020815223303.ZM7495@localhost.localdomain> <20020816133012.GC11845@systemhalted> <3D5D030F.4050409@ges.redhat.com> <20020816140750.GD11845@systemhalted> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00185.txt.bz2 >> (gdb) maint internal-error >> /home/scratch/GDB/src/gdb/maint.c:121: gdb-internal-error: internal >> maintenance >> An internal GDB error was detected. This may make further >> debugging unreliable. Quit this debugging session? (y or n) n >> Create a core file containing the current state of GDB? (y or n) n >> (gdb) >> s/error/warning/ > > > Would it be better if the message was more explanatory? > 'internal maintenance - deprecated [multi-arch] function call' > > I have this feeling that we will want to make this message as clear > as possible. We want to say "Hey you! Wakeup! Fix it or lose it!" Yes, definitly, the above was just to illustrate the interaction. Andrew