From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22086 invoked by alias); 25 Apr 2012 10:05:27 -0000 Received: (qmail 22071 invoked by uid 22791); 25 Apr 2012 10:05:26 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Apr 2012 10:05:12 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M3100100580Q800@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 25 Apr 2012 13:05:11 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.249.186]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M3100MFM5CMTAV0@a-mtaout22.012.net.il>; Wed, 25 Apr 2012 13:05:11 +0300 (IDT) Date: Wed, 25 Apr 2012 10:47:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Document board settting In-reply-to: <4F97BDD7.3080106@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gx4f7o8.fsf@gnu.org> References: <1335279956-7548-1-git-send-email-yao@codesourcery.com> <83haw8fi3r.fsf@gnu.org> <4F97BDD7.3080106@codesourcery.com> 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: 2012-04/txt/msg00855.txt.bz2 > Date: Wed, 25 Apr 2012 17:03:19 +0800 > From: Yao Qi > CC: > > +@section Board settings > +In @value{GDBN} testsuite, the tests can be configured or customized in the board > +file by means of @dfn{Board Settings}. Here are the supported board settings: > + > +If the feature which is about the board setting variable is required in test > +cases, the corresponding board setting variable should be checked in test cases. This should be before the sentence saying "Here are the supported board settings". Like this: In @value{GDBN} testsuite, the tests can be configured or customized in the board file by means of @dfn{Board Settings}. Each setting should be consulted by test cases that depend on the corresponding feature. Here are the supported board settings: The > +location can be either the full file name of GDBserver, or the path relative to > +testsuite directory in build dir. Suggest a slight rewording: The location is a file name of GDBserver that can be either absolute or relative to the testsuite subdirectory of the build directory. > +@item in_proc_agent > +The location of in-process agent. If in-process agent other than its default > +location is used in test, specify the location of in-process agent in > +this variable. The location can be either the full file name or the path relate > +to testsuite directory in build dir. Same here. OK with those changes. Thanks.