This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdbserver_spawn "" rather than gdbserver_spawn ${binfile}
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Mon, 22 Aug 2016 18:55:17 +0100
- Subject: Re: [PATCH] gdbserver_spawn "" rather than gdbserver_spawn ${binfile}
- Authentication-results: sourceware.org; auth=none
- References: <1471877845-1158-1-git-send-email-yao.qi@linaro.org>
On 08/22/2016 03:57 PM, Yao Qi wrote:
> GDBserver gets the program via last_loaded_file, which is set by
> gdb_file_cmd. In each test, we don't need to pass ${binfile}.
>
Whoops.
> gdb/testsuite:
>
> 2016-08-22 Yao Qi <yao.qi@linaro.org>
>
> * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
> gdbserver_spawn.
> * gdb.server/connect-without-multi-process.exp (do_test):
> Likewise.
OK.
Thanks,
Pedro Alves