commit | a8a882968a6cd3bfe64d789b6e914521c74498c2 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Aug 09 15:12:05 2022 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Tue Aug 09 15:12:05 2022 +0200 |
tree | 37f674d50269b719266f01254f3e939dd3bf38a7 | |
parent | 8cf61a33bba791c38e1b2f6cf2f276d052a1f17e [diff] |
[gdb/testsuite] Fix gdb.dwarf2/debug-names.exp When running test-case gdb.dwarf2/debug-names.exp on openSUSE Tumbleweed, I run into: ... (gdb) maint info symtabs^M ... ERROR: internal buffer is full. UNRESOLVED: gdb.dwarf2/debug-names.exp: break _start expanded symtab ... Fix this by simplifying the test-case to print _start rather running to it. Tested on x86_64-linux.