From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10159 invoked by alias); 29 Dec 2011 19:11:51 -0000 Received: (qmail 10150 invoked by uid 22791); 29 Dec 2011 19:11:51 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm32-vm3.bullet.mail.ne1.yahoo.com (HELO nm32-vm3.bullet.mail.ne1.yahoo.com) (98.138.229.51) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 29 Dec 2011 19:11:38 +0000 Received: from [98.138.90.57] by nm32.bullet.mail.ne1.yahoo.com with NNFMP; 29 Dec 2011 19:11:37 -0000 Received: from [98.138.87.11] by tm10.bullet.mail.ne1.yahoo.com with NNFMP; 29 Dec 2011 19:11:37 -0000 Received: from [127.0.0.1] by omp1011.mail.ne1.yahoo.com with NNFMP; 29 Dec 2011 19:11:37 -0000 Received: (qmail 69529 invoked by uid 60001); 29 Dec 2011 19:11:36 -0000 Received: from [2.176.229.180] by web111703.mail.gq1.yahoo.com via HTTP; Thu, 29 Dec 2011 11:11:36 PST References: <1325182186.27115.YahooMailNeo@web111711.mail.gq1.yahoo.com> <20111229184410.GR7683@adacore.com> Message-ID: <1325185896.62864.YahooMailNeo@web111703.mail.gq1.yahoo.com> Date: Thu, 29 Dec 2011 19:11:00 -0000 From: Mahmood Naderan Reply-To: Mahmood Naderan Subject: Re: Cannot specify --frame without --thread To: Joel Brobecker Cc: "\"gdb@sourceware.org\"" In-Reply-To: <20111229184410.GR7683@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00056.txt.bz2 ok I will read that. thanks =A0 // Naderan *Mahmood; ----- Original Message ----- From: Joel Brobecker To: Mahmood Naderan Cc: "gdb@sourceware.org" Sent: Thursday, December 29, 2011 10:14 PM Subject: Re: Cannot specify --frame without --thread > The complete list of commands I used is pasted below. Please have a look = at the end of message where I get the error. [...] > (gdb) > -stack-list-locals --frame 0 --simple-values > ^error,msg=3D"Cannot specify --frame without --thread" > (gdb) [...] > Is there any way to fix that? Why do you think that this is an error that needs to be fixed? The following section of the GDB manual doesn't say explicitly that both must be used at the same time, or not at all, but it gives a good clue as to why that is: http://www.sourceware.org/gdb/current/onlinedocs/gdb/Context-management.htm= l#Context-management --=20 Joel