This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Use target_sim_options when selecting sim as target
- From: Pedro Alves <palves at redhat dot com>
- To: Jon Beniston <jon at beniston dot com>, gdb-patches at sourceware dot org
- Date: Tue, 9 Aug 2016 17:45:42 +0100
- Subject: Re: [PATCH] Use target_sim_options when selecting sim as target
- Authentication-results: sourceware.org; auth=none
- References: <041e01d1f25b$b57ed930$207c8b90$@beniston.com>
On 08/09/2016 05:33 PM, Jon Beniston wrote:
> Hi,
>
> The following patch uses target_sim_options from the board info when
> selecting the sim target. This is set in some of the sim baseboards, and can
> be needed to configure the simulator appropriately.
Looks obvious, given that the corresponding CLI code already
does the same thing.
> 2016-0-09 Jon Beniston <jon@beniston.com>
(Typo in date.)
>
> * gdb/testsuite/lib/mi-support.exp (mi_gdb_target_load): Use
> target_sim_options for sim target.
Note there's a ChangeLog file in gdb/testsuite/. So please write the
path relative to the corresponding ChangeLog file:
gdb/testsuite/ChangeLog:
2016-08-09 Jon Beniston <jon@beniston.com>
* lib/mi-support.exp (mi_gdb_target_load): ...
OK with that change.
Thanks,
Pedro Alves