- Fix slow symbol lookup with dwz-compressed debuginfo (swo#33825, bsc#1257111). Patches added: * gdb-symtab-fix-slow-symbol-lookup-with-dwz.patch - Fix failure to list source file with dwz-compressed debuginfo (brc#2403580). Patches added: * fix-rhbz2403580-misplaced-symtabs-due-to-dwz.patch * gdb-test-for-misplaced-symtab-causing-file-not-found.patch * gdb-testsuite-add-missing-require-in-gdb.debuginfod-.patch * gdb-testsuite-launch-debuginfod-without-vvvv.patch - Fix slow symbol table reading with dwz-compressed debuginfo (swo#33777). Patches added: * gdb-symtab-cache-dw2_get_file_names-result-for-dummy.patch - Fix heap-use-after-free, reported by TSAN. Patches added: * gdb-symtab-handle-zero-opcode_base-in-line-number-pr.patch - Fix backtrace through signal trampoline on s390x (swo#33708). Patches added: * gdb-tdep-fix-gdb.base-siginfo.exp-on-s390x-linux.patch - Testsuite fixes. Patches added: * gdb-testsuite-fix-another-timeout-in-gdb.mi-mi-multi.patch * gdb-testsuite-remove-guile-test-byte-at-sp-before-fl.patch * gdb-fix-gdb.base-inline-frame-cycle-unwind.exp-for-s.patch
29 lines
946 B
Diff
29 lines
946 B
Diff
From ad06ed5638c51ca0213d327b6e685455c67975be Mon Sep 17 00:00:00 2001
|
|
From: Tom de Vries <tdevries@suse.de>
|
|
Date: Thu, 12 Feb 2026 15:42:19 +0100
|
|
Subject: [PATCH] [gdb/testsuite] Launch debuginfod without -vvvv
|
|
|
|
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33901
|
|
---
|
|
gdb/testsuite/lib/debuginfod-support.exp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb/testsuite/lib/debuginfod-support.exp b/gdb/testsuite/lib/debuginfod-support.exp
|
|
index 0096448567e..93c724a7b05 100644
|
|
--- a/gdb/testsuite/lib/debuginfod-support.exp
|
|
+++ b/gdb/testsuite/lib/debuginfod-support.exp
|
|
@@ -127,7 +127,7 @@ proc start_debuginfod { db debugdir } {
|
|
set old_spawn_id $spawn_id
|
|
}
|
|
|
|
- spawn debuginfod -vvvv -d $db -p $port -F $debugdir
|
|
+ spawn debuginfod -d $db -p $port -F $debugdir
|
|
set debuginfod_spawn_id $spawn_id
|
|
|
|
if { [info exists old_spawn_id] } {
|
|
|
|
base-commit: a7a70544ba0f74633d4473955018fa8277382812
|
|
--
|
|
2.51.0
|
|
|