diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-03-08 18:13:37 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-03-08 18:13:37 +0000 |
commit | 3755cbfddc91fe4bf18f708b637a45f7c8c75e6f (patch) | |
tree | 9fec57e9039733bee082f9325f673401ae8a5268 /gdb/libunwind-frame.h | |
parent | 5333187ab1efb4ac851a15bd9e8ca94bb7d3d68a (diff) | |
download | fsf-binutils-gdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.zip fsf-binutils-gdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.tar.gz fsf-binutils-gdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.tar.bz2 |
gdb/
* libunwind-frame.h (struct frame_unwind): New declaration.
Diffstat (limited to 'gdb/libunwind-frame.h')
-rw-r--r-- | gdb/libunwind-frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/libunwind-frame.h b/gdb/libunwind-frame.h index a6b3c34..ea8a2a2 100644 --- a/gdb/libunwind-frame.h +++ b/gdb/libunwind-frame.h @@ -23,6 +23,7 @@ struct frame_info; struct frame_id; struct regcache; struct gdbarch; +struct frame_unwind; #ifndef LIBUNWIND_FRAME_H #define LIBUNWIND_FRAME_H 1 |