aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ctfread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ctfread.c b/gdb/ctfread.c
index 585c664..8da38cc 100644
--- a/gdb/ctfread.c
+++ b/gdb/ctfread.c
@@ -1449,6 +1449,7 @@ create_partial_symtab (const char *name,
pst->context.of = objfile;
pst->context.partial_symtabs = partial_symtabs;
pst->context.pst = pst;
+ pst->context.builder = nullptr;
return pst;
}