summaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
commitd7747b34b3c07a4b2a3959d3ae02ffb6766d22ce (patch)
tree2ad495b01b997c980806d0f49355338bc87402d0 /gdb/dwarf2-frame.h
parent4a2056d6987e14a37c554511a5ee170d53dc8192 (diff)
downloadgdb-d7747b34b3c07a4b2a3959d3ae02ffb6766d22ce.tar.gz
2003-07-18 Andrew Cagney <cagney@redhat.com>
* user-regs.h (struct gdbarch): Declare opaque. * ui-out.h (struct ui_file): Declare opaque. * dwarf2-frame.h (struct frame_info): Declare opaque.
Diffstat (limited to 'gdb/dwarf2-frame.h')
-rw-r--r--gdb/dwarf2-frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h
index 9fd85bd2891..c9c106ff0a9 100644
--- a/gdb/dwarf2-frame.h
+++ b/gdb/dwarf2-frame.h
@@ -25,6 +25,7 @@
#define DWARF2_FRAME_H 1
struct objfile;
+struct frame_info;
/* Return the frame unwind methods for the function that contains PC,
or NULL if it can't be handled by DWARF CFI frame unwinder. */