From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1467 invoked by alias); 8 Apr 2005 11:05:08 -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 1353 invoked from network); 8 Apr 2005 11:04:59 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 8 Apr 2005 11:04:59 -0000 Received: from zaretski (IGLD-83-130-244-206.inter.net.il [83.130.244.206]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AYA23636 (AUTH halo1); Fri, 8 Apr 2005 14:04:57 +0300 (IDT) Date: Fri, 08 Apr 2005 11:05:00 -0000 From: "Eli Zaretskii" To: gdb@sources.redhat.com Message-ID: <01c53c2a$Blat.v2.4$5c0bd720@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050402142639.GA27550@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 2 Apr 2005 09:26:40 -0500) Subject: Re: Variable "foo" is not available Reply-to: Eli Zaretskii References: <20050401171947.GA19058@nevyn.them.org> <01c53768$Blat.v2.4$d52008a0@zahav.net.il> <20050402142639.GA27550@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00045.txt.bz2 > Date: Sat, 2 Apr 2005 09:26:40 -0500 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com, Reiner.Steib@gmx.de > > > I also find the string we print in this case too long. (You say that > > in current CVS the output is a little nicer, but I don't see any > > changes in CVS's dwarf2loc.c, which prints this, compared with GDB > > 6.1; could you state in more detail which change you had in mind?) > > Only loclist_tracepoint_var_ref prints this message any more, assuming > you are looking at a current version of the file. > > 2005-02-28 Daniel Jacobowitz > > * dwarf2loc.c (loclist_read_variable): Set optimized_out > instead of reporting an error. > * valprint.c (value_check_printable): New function. > (common_val_print): New function. Use value_check_printable. > (value_print): Use value_check_printable. > * value.h (common_val_print): Add prototype. So what message(s) or other effects would a user see with the current CVS in situations such as the one Reiner described? I'm asking because I want to amend the manual. TIA