gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
authorLancelot SIX <lancelot.six@amd.com>
Wed, 19 Jan 2022 10:44:06 +0000 (05:44 -0500)
committerLancelot SIX <lancelot.six@amd.com>
Wed, 26 Jan 2022 09:38:33 +0000 (04:38 -0500)
commit8357282156771d782be3e3c3d44cc5ad7e1f89d7
tree54b776ff92f32fa11e3c09e7ccbda068afb09d27
parenta80032197f98e56ff63176f75ffa4c7ded9c5207
gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp

When running the testsuite, I have lines similar to the following in the
gdb.sum file:

~~~
PASS: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: first backtrace: p /x 0x7f283d2f0fd1
...
PASS: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: p /x 0x7f00de0317a5
...
~~~

The address part of the command might change between execution of the
test, which adds noise to a diff between two .sum files.

This patch changes to test name to "p /x $pc" in order to have constant
test name.

Tested on x86_64-Linux.

Change-Id: I973c1237a084dd6d424276443cbf0920533c9a21
gdb/testsuite/gdb.base/break-interp.exp