commit | da4cc0cc3674024eaf51e6f98fef9fc6e558426a | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Mar 07 15:20:18 2023 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Tue Mar 07 15:20:18 2023 +0100 |
tree | a15825a7acf43c1bc976ad1f78a224110a3d38d7 | |
parent | b7b7151da0535ce34a329c3e7648312cd2379b58 [diff] |
[gdb/testsuite] Fix gdb.base/break-probes.exp for remote target With test-case gdb.base/break-probes.exp and target board remote-gdbserver-on-localhost (using REMOTE_TARGET_USERNAME) we run into some failures. Fix these by adding the missing gdb_download_shlib and gdb_locate_shlib. Tested on x86_64-linux.