diff options
author | Tom de Vries <tdevries@suse.de> | 2022-10-18 15:32:46 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2022-10-18 15:32:46 +0200 |
commit | 21b61fe24223da81fcc35d2dfd3893f01285e2a5 (patch) | |
tree | 70106c015ec186fb0e6019f69ebf7799ac9c7ed8 /gdb/c-lang.c | |
parent | 95dcf7dff68f1455b3576e291da60a1d949560fb (diff) | |
download | gdb-21b61fe24223da81fcc35d2dfd3893f01285e2a5.zip gdb-21b61fe24223da81fcc35d2dfd3893f01285e2a5.tar.gz gdb-21b61fe24223da81fcc35d2dfd3893f01285e2a5.tar.bz2 |
[gdb/testsuite] Fix gdb.server/no-thread-db.exp with local-remote-host.exp
With test-case gdb.server/no-thread-db.exp and host board local-remote-host.exp
with a tentative fix for PR29697 I run into:
...
(gdb) print foo^M
Cannot find thread-local storage for Thread 29613.29613, executable file \
$HOME/no-thread-db:^M
Remote target failed to process qGetTLSAddr request^M
(gdb) FAIL: gdb.server/no-thread-db.exp: print foo
...
The regexp in the test-case expects the full $binfile pathname, but we have
instead $HOME/no-thread-db.
Fix this by making the regexp less strict.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/c-lang.c')
0 files changed, 0 insertions, 0 deletions