aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfile-flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objfile-flags.h')
-rw-r--r--gdb/objfile-flags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/objfile-flags.h b/gdb/objfile-flags.h
index 43ba8aa..f2a2ccf 100644
--- a/gdb/objfile-flags.h
+++ b/gdb/objfile-flags.h
@@ -64,6 +64,10 @@ enum objfile_flag
unrelated to filesystem names. It can be for example
"<image in memory>". */
OBJF_NOT_FILENAME = 1 << 6,
+
+ /* User requested that we do not read this objfile's symbolic
+ information. */
+ OBJF_READNEVER = 1 << 7,
};
DEF_ENUM_FLAGS_TYPE (enum objfile_flag, objfile_flags);