aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r--gdb/psymtab.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h
index 040b973..e8bafbe 100644
--- a/gdb/psymtab.h
+++ b/gdb/psymtab.h
@@ -129,6 +129,12 @@ public:
std::vector<partial_symbol *> global_psymbols;
std::vector<partial_symbol *> static_psymbols;
+ /* Stack of vectors of partial symbols, using during psymtab
+ initialization. */
+
+ std::vector<std::vector<partial_symbol *>*> current_global_psymbols;
+ std::vector<std::vector<partial_symbol *>*> current_static_psymbols;
+
private:
/* The obstack where allocations are made. This is lazily allocated