aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index b50f9d8..5f572b2 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -60,6 +60,7 @@ struct subfile
struct linetable *line_vector;
int line_vector_length;
enum language language;
+ char *debugformat;
};
EXTERN struct subfile *subfiles;
@@ -264,6 +265,9 @@ extern void
record_pending_block PARAMS ((struct objfile *, struct block *,
struct pending_block *));
+extern void
+record_debugformat PARAMS ((char *));
+
#undef EXTERN
#endif /* defined (BUILDSYM_H) */