From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5251 invoked by alias); 21 Jun 2014 07:14:28 -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 5240 invoked by uid 89); 21 Jun 2014 07:14:26 -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_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout27.012.net.il Received: from mtaout27.012.net.il (HELO mtaout27.012.net.il) (80.179.55.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Jun 2014 07:14:23 +0000 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N7I00F00BW5WM00@mtaout27.012.net.il> for gdb-patches@sourceware.org; Sat, 21 Jun 2014 10:11:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7I00BEKBYMG440@mtaout27.012.net.il>; Sat, 21 Jun 2014 10:11:10 +0300 (IDT) Date: Sat, 21 Jun 2014 07:14:00 -0000 From: Eli Zaretskii Subject: Re: [PING][PATCH] GDB/testsuite: Add a way to send multiple init commands In-reply-to: To: "Maciej W. Rozycki" Cc: tromey@redhat.com, keiths@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ppi2u43i.fsf@gnu.org> References: <87a99jwj4u.fsf@fleche.redhat.com> <83fvj0rr1q.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00789.txt.bz2 > Date: Fri, 20 Jun 2014 23:52:55 +0100 > From: "Maciej W. Rozycki" > CC: Tom Tromey , , > > > On Fri, 20 Jun 2014, Eli Zaretskii wrote: > > > > > > I think this patch should also update testsuite/README to document the > > > > > new setting. > > > > > > > > And presumably the old one as well, right? Cc-ing Eli for this part. > > > > > > > > 2014-06-11 Maciej W. Rozycki > > > > Maciej W. Rozycki > > > > > > > > * lib/gdb.exp (gdb_run_cmd): Process `gdb_init_commands'. > > > > * lib/mi-support.exp (mi_run_cmd): Process `gdb_init_commands'. > > > > * README (Board Settings): Document `gdb_init_command' and > > > > `gdb_init_commands'. > > > > > > Ping. > > > > Not sure why I'm one of the addressees: there's no documentation in > > this patch. > > Well gdb/testsuite/README is documentation, albeit internal only. Please > confirm that you don't want to be bothered about it in the future. It depends on the others: if they want me to be bothered about that, I will. I don't want to unilaterally assume upon myself responsibility for aspects people don't want me to. In any case, the README path is OK. Thanks.