825cf5a5da
* Remove python2 related PR29245 kfail. * Remove PR30518 kfail. * Remove yama ptrace_scope == 1 kfails. * Remove PR28065 kfail. - Patches added (swo#32081): * gdb-symtab-return-correct-reader-for-top-level-cu-in.patch - Add "BuildRequires: aaa_base-yama-enable-ptrace" on tumbleweed. - Maintenance script qa-local.sh: * Add SLFO and Leap 15.6, drop Leap 15.3 and 15.4 and ALP. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=394
14 lines
588 B
Diff
14 lines
588 B
Diff
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
|
|
index f8797537108..cb8f86fa352 100644
|
|
--- a/gdb/dwarf2/read.c
|
|
+++ b/gdb/dwarf2/read.c
|
|
@@ -1250,7 +1250,7 @@ struct field_info
|
|
compilation units. Set this to zero to disable caching. Cache
|
|
sizes of up to at least twenty will improve startup time for
|
|
typical inter-CU-reference binaries, at an obvious memory cost. */
|
|
-static int dwarf_max_cache_age = 5;
|
|
+static int dwarf_max_cache_age = 1000;
|
|
static void
|
|
show_dwarf_max_cache_age (struct ui_file *file, int from_tty,
|
|
struct cmd_list_element *c, const char *value)
|