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] Don't check noargs in remotetimeout.exp


On 10/13/2014 03:24 AM, Yao Qi wrote:
> The condition [target_info exists noargs] is checked when
> remotetimeout.exp was added
> https://sourceware.org/ml/gdb-patches/2005-02/msg00052.html
> 
> noargs means GDB does not support argument passing for inferior,
> rather than doesn't support argument passing to GDB (remotetimeout.exp
> passes -l to GDB).

Yeah, makes sense.

> 
> This patch is to remove such unnecessary checking, and
> remotetimeout.exp then can be run with native-gdbserver board file.
> 
> gdb/testsuite:
> 
> 2014-10-13  Yao Qi  <yao@codesourcery.com>
> 
> 	* gdb.base/remotetimeout.exp: Remove noargs checking.

LGTM.

Thanks,
Pedro Alves


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