gdb, testsuite, btrace: relax unneeded stepi expected output
authorMarkus Metzger <markus.t.metzger@intel.com>
Mon, 8 Mar 2021 14:50:24 +0000 (15:50 +0100)
committerMarkus Metzger <markus.t.metzger@intel.com>
Mon, 12 Apr 2021 12:46:16 +0000 (14:46 +0200)
commit9d8f30221b70361930fb82bf81e448b82f36cd58
tree114b63cba1f41034a9b764590295c9e212589d50
parent2cc15b10e5ce606e8348b7cf9b89ec06541231c5
gdb, testsuite, btrace: relax unneeded stepi expected output

In gdb.btrace/reconnect.exp, we test that we can disconnect and reconnect
again to a GDB session that is recording with the btrace recording format.
It does not really matter what we are recording.

The test assumed that stepping from _start will bring us into an area
without debug information.  This is not correct on all systems.

Relax the expected output to also support systems where we do have debug
information for that code.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.btrace/reconnect.exp