aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mdebugread.h')
-rw-r--r--gdb/mdebugread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h
index 6046f7e..30b98d6 100644
--- a/gdb/mdebugread.h
+++ b/gdb/mdebugread.h
@@ -34,4 +34,9 @@ struct mdebug_extra_func_info
PDR pdr; /* Procedure descriptor record */
};
+/* Special symbol found in blocks associated with routines. We can
+ hang mdebug_extra_func_info's off of this. */
+
+#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
+
#endif /* MDEBUGREAD_H */