aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index a6f8faf..23e2ad8 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -641,4 +641,12 @@ extern gdb_bfd_ref_ptr find_separate_debug_file_in_section (struct objfile *);
extern bool separate_debug_file_debug;
+/* Read full symbols immediately. */
+
+extern int readnow_symbol_files;
+
+/* Never read full symbols. */
+
+extern int readnever_symbol_files;
+
#endif /* !defined(SYMFILE_H) */