gdb/testsuite: small cleanup in mi-break-qualified.exp
authorAndrew Burgess <aburgess@redhat.com>
Fri, 29 Apr 2022 17:07:54 +0000 (18:07 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 3 May 2022 09:30:33 +0000 (10:30 +0100)
commit3cd25174b88a10474131573dda6c15d09cb3031e
treeaefaa79089fe9b8105fbd63765459429147264b2
parent43cef57a742bae20477bb2fbb306ab4c4167318c
gdb/testsuite: small cleanup in mi-break-qualified.exp

It is not necessary to pass an empty string to mi_gdb_start, passing
the empty string is equivalent to passing no arguments, which is what
we do everywhere else (that we don't need to specify an actual
argument).

The only place we use 'mi_gdb_start ""' is in
gdb.mi/mi-break-qualified.exp, so in this commit I just replace that
with a call to 'mi_gdb_start' - just for consistency.

There should be no change in what is tested after this commit.
gdb/testsuite/gdb.mi/mi-break-qualified.exp