summaryrefslogtreecommitdiffstats
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 80fad8e432..e9d33a81df 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -302,3 +302,11 @@ struct subfile_stack
};
EXTERN struct subfile_stack *subfile_stack;
+
+extern struct complaint unknown_symtype_complaint;
+
+#define next_symbol_text() (*next_symbol_text_func)()
+
+/* Function to invoke get the next symbol. Return the symbol name. */
+
+EXTERN char * (*next_symbol_text_func)();
OpenPOWER on IntegriCloud