From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13146 invoked by alias); 24 Feb 2008 14:58:21 -0000 Received: (qmail 13131 invoked by uid 22791); 24 Feb 2008 14:58:20 -0000 X-Spam-Check-By: sourceware.org Received: from hs-out-0708.google.com (HELO hs-out-0708.google.com) (64.233.178.244) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 24 Feb 2008 14:57:54 +0000 Received: by hs-out-0708.google.com with SMTP id 4so909439hsl.8 for ; Sun, 24 Feb 2008 06:57:51 -0800 (PST) Received: by 10.100.151.5 with SMTP id y5mr4143990and.23.1203865071540; Sun, 24 Feb 2008 06:57:51 -0800 (PST) Received: by 10.100.125.5 with HTTP; Sun, 24 Feb 2008 06:57:51 -0800 (PST) Message-ID: Date: Sun, 24 Feb 2008 15:39:00 -0000 From: "Yakov Lerner" To: "Eli Zaretskii" Subject: Re: simlpe patch implements eval command (with printf-like format and args) Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-IsSubscribed: yes 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-02/txt/msg00367.txt.bz2 On Fri, Feb 22, 2008 at 6:37 PM, Eli Zaretskii wrote: > > Date: Thu, 21 Feb 2008 11:20:27 +0200 > > From: "Yakov Lerner" > > > > > This simple patch implements eval command with printf-like syntax: > > > > eval "printf-like-format", comma-separated args > > Thanks. > > This new command will need documentation patch for the GDB manual > (gdb/doc/gdb.texinfo) and an entry for gdb/NEWS announcing its > addition. (You can wait till the code is approved, if you don't want > to risk the chance that the code will not be accepted for some > reason.) > Ok, I will wait until the code is approved. Yakov