From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8096 invoked by alias); 11 Nov 2006 09:26:00 -0000 Received: (qmail 8087 invoked by uid 22791); 11 Nov 2006 09:25:59 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 11 Nov 2006 09:25:54 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-240-29.inter.net.il [83.130.240.29]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AYM05899 (AUTH halo1); Sat, 11 Nov 2006 11:25:46 +0200 (IST) Date: Sat, 11 Nov 2006 09:26:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb@sources.redhat.com In-reply-to: <17749.2926.508338.599064@kahikatea.snap.net.nz> (message from Nick Roberts on Sat, 11 Nov 2006 12:29:50 +1300) Subject: Re: -var-show-attributes response syntax Reply-to: Eli Zaretskii References: <200611101655.32843.vladimir@codesourcery.com> <17748.43269.740800.782628@kahikatea.snap.net.nz> <17748.62479.550269.959106@kahikatea.snap.net.nz> <17749.2926.508338.599064@kahikatea.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00072.txt.bz2 > From: Nick Roberts > Date: Sat, 11 Nov 2006 12:29:50 +1300 > Cc: gdb@sources.redhat.com > > >From "GDB/MI Variable Objects" in the manual: > > lang=LANG-SPEC,exp=EXPRESSION > > where LANG-SPEC is `{"C" | "C++" | "Java"}'. > > means e.g lang="C" not lang={"C"} Then I think the braces `{}' should be simply removed from the description in the manual.