From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16070 invoked by alias); 10 Dec 2013 11:14:40 -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 16058 invoked by uid 89); 10 Dec 2013 11:14:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 10 Dec 2013 11:14:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EBFE6116626 for ; Tue, 10 Dec 2013 06:15:09 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f++wvINsUAcP for ; Tue, 10 Dec 2013 06:15:09 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C044E1165C8 for ; Tue, 10 Dec 2013 06:15:09 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C2B39E059E; Tue, 10 Dec 2013 12:14:29 +0100 (CET) Date: Tue, 10 Dec 2013 11:14:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: pushed: [RFA/commit+doco] GDB/MI: Document support for -exec-run --start in -list-features Message-ID: <20131210111429.GB3238@adacore.com> References: <1386051670-28637-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386051670-28637-1-git-send-email-brobecker@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00365.txt.bz2 > gdb/ChangeLog: > > * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option". > * NEWS: Expand the entry documenting the new -exec-run --start > option to mention the corresponding new entry in the output of > "-list-features". > > gdb/doc/ChangeLog: > > * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new > "exec-run-start-option" entry in the output of the "-list-features" > command. > > gdb/testsuite/ChangeLog: > > * gdb.mi/mi-start.exp: Add test verifying that -list-features > contains "exec-run-start-option". FYI, I pushed this patch. I will be working on Eli's suggestion for more indexing next. -- Joel