gdb/testsuite: make gdb_breakpoint and runto take a linespec
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 8 Feb 2022 21:31:09 +0000 (16:31 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 7 Apr 2022 17:03:46 +0000 (13:03 -0400)
commitd3fc98f9117f81fb6473bc2419fbf575e81a9505
treecf509676c793d57073a7d83141803004465059e9
parent524ad5e30fb66ee2f03547b2d9f5c67bccdc8534
gdb/testsuite: make gdb_breakpoint and runto take a linespec

Change gdb_breakpoint to accept a linespec, not just a function.  In
fact, no behavior changes are necessary, this only changes the parameter
name and documentation.  Change runto as well, since the two are so
close (runto forwards all its arguments to gdb_breakpoint).

I wrote this for a downstrean GDB port,  but thought it could be
useful upstream, eventually, even though not callers take advantage of
it yet.

Change-Id: I08175fd444d5a60df90fd9985e1b5dfd87c027cc
gdb/testsuite/lib/gdb.exp