From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18186 invoked by alias); 2 Dec 2013 03:51:55 -0000 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 Received: (qmail 18176 invoked by uid 89); 2 Dec 2013 03:51:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from Unknown (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Dec 2013 03:51:50 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MX500400UIC3C00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 02 Dec 2013 05:51:42 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MX5003VAUQ5ZO40@a-mtaout22.012.net.il>; Mon, 02 Dec 2013 05:51:42 +0200 (IST) Date: Mon, 02 Dec 2013 03:51:00 -0000 From: Eli Zaretskii Subject: Re: [RFA 1/2] New GDB/MI command "-info-gdb-mi-command" In-reply-to: <20131202032615.GO3114@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9gj6hbn.fsf@gnu.org> References: <528631F2.40408@redhat.com> <1384794719-20594-1-git-send-email-brobecker@adacore.com> <1384794719-20594-2-git-send-email-brobecker@adacore.com> <83y54lfwrm.fsf@gnu.org> <20131119041022.GF3481@adacore.com> <20131202032615.GO3114@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00009.txt.bz2 > Date: Mon, 2 Dec 2013 07:26:15 +0400 > From: Joel Brobecker > > Kind request for review. The code itself is fairly straightforward, > I think. It's more about making sure that we're defining the right > command... > > Thank you! I already approved the documentation parts, didn't I? If not, you hereby have my approval. Thanks.