commit | c33568d2c108478c25fe9959b5ce9d25b97efa6c | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Oct 25 06:14:03 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Fri Oct 25 06:14:03 2024 +0200 |
tree | f1d6d66b7b0123fe6421e66b0fa7c9d7c80f1ae0 | |
parent | 5c15d620746a971c6a0903579724bf2b8169a760 [diff] |
[gdb/testsuite] Fix gdb.cp/exceptprint.exp with check-read1 Fix test-case gdb.cp/exceptprint.exp with make target check-read1 by limiting the output of skip_libstdcxx_probe_tests_prompt by making the used command more precise: using "info probes stap libstdcxx" instead of "info probes". Tested on x86_64-linux.