]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-enable background reading
authorTom Tromey <tom@tromey.com>
Thu, 12 Dec 2024 23:21:30 +0000 (16:21 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 30 Jan 2025 18:30:57 +0000 (11:30 -0700)
All the reported races have been fixed, so this patch re-enabled
background DWARF reading.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31751
Tested-By: Tom de Vries <tdevries@suse.de>
gdb/dwarf2/read.c

index 5214168f7ffd6f40ce132ab5113ecea42626786b..70e90226d09066d56c04114ce9daaca14c3695f4 100644 (file)
@@ -740,7 +740,7 @@ show_dwarf_max_cache_age (struct ui_file *file, int from_tty,
 }
 
 /* When true, wait for DWARF reading to be complete.  */
-static bool dwarf_synchronous = true;
+static bool dwarf_synchronous = false;
 
 /* "Show" callback for "maint set dwarf synchronous".  */
 static void