[gdb/testsuite] Fix gdb.base/break-interp.exp for ld.so without debug
authorTom de Vries <tdevries@suse.de>
Wed, 29 Sep 2021 22:29:32 +0000 (00:29 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 29 Sep 2021 22:29:32 +0000 (00:29 +0200)
commit215b6d107c5ebf1c99e2a482c10ffb5c8c870602
tree14c8ff43559d2e9b3ab1fb72868631961d667216
parent689580daaaa2fcbd641faf9abb7da6e8b7a48f6e
[gdb/testsuite] Fix gdb.base/break-interp.exp for ld.so without debug

When running test-case gdb.base/break-interp.exp on openSUSE Leap 42.3, I get:
...
(gdb) info addr dl_main^M
Symbol "dl_main" is at 0x1750 in a file compiled without debugging.^M
(gdb) FAIL: gdb.base/break-interp.exp: info addr dl_main
...
while the regexp expects "Symbol \"dl_main\" is a function at address $hex\\."

Fix this by also accepting this variant.

Tested on x86_64-linux.
gdb/testsuite/gdb.base/break-interp.exp