This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Document board settting


> Date: Wed, 25 Apr 2012 17:03:19 +0800
> From: Yao Qi <yao@codesourcery.com>
> CC: <gdb-patches@sourceware.org>
> 
> +@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]