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] |
On 2016-08-22 10:57, Yao Qi wrote:
--- a/gdb/testsuite/gdb.server/connect-stopped-target.exp +++ b/gdb/testsuite/gdb.server/connect-stopped-target.exp @@ -44,7 +44,7 @@ proc do_test {nonstop} { gdb_test "set non-stop $nonstop" - set res [gdbserver_spawn ${binfile}] + set res [gdbserver_spawn ""]
You could make gdbserver_spawn have a default empty argument, so you don't have to keep the empty string here.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |