From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7658 invoked by alias); 1 Jul 2008 03:53:48 -0000 Received: (qmail 7648 invoked by uid 22791); 1 Jul 2008 03:53:47 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Jul 2008 03:53:30 +0000 Received: (qmail 12349 invoked from network); 1 Jul 2008 03:53:28 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Jul 2008 03:53:28 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: [MI non-stop 04/11] Implement --thread and --frame. Date: Tue, 01 Jul 2008 03:53:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sources.redhat.com References: <200806282044.14246.vladimir@codesourcery.com> <200806291005.14181.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807010753.08500.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00003.txt.bz2 On Sunday 29 June 2008 21:49:52 Eli Zaretskii wrote: > > > I dunno, does the MI spec mandate decimal here? If it does, then my > > > comment is hereby withdrawn. > > > > The spec does not mandate decimal, or allow hex -- yet. Other commands that > > take numbers are also silent, however the code appears to use decimal. For > > example, -stack-list-args and friends use atoi -- which is 10-base. > > Then perhaps we should document that it must be decimal. Yes. Added to my documentation todo. - Volodya