From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5648 invoked by alias); 22 Feb 2008 16:38:30 -0000 Received: (qmail 5628 invoked by uid 22791); 22 Feb 2008 16:38:30 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Feb 2008 16:38:10 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-234-195.inter.net.il [84.229.234.195]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JGN69482 (AUTH halo1); Fri, 22 Feb 2008 18:34:39 +0200 (IST) Date: Fri, 22 Feb 2008 17:12:00 -0000 Message-Id: From: Eli Zaretskii To: "Yakov Lerner" CC: gdb-patches@sourceware.org In-reply-to: (iler.ml@gmail.com) Subject: Re: simlpe patch implements eval command (with printf-like format and args) Reply-to: Eli Zaretskii 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/msg00358.txt.bz2 > 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.)