aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-08 18:13:37 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-08 18:13:37 +0000
commit3755cbfddc91fe4bf18f708b637a45f7c8c75e6f (patch)
tree9fec57e9039733bee082f9325f673401ae8a5268
parent5333187ab1efb4ac851a15bd9e8ca94bb7d3d68a (diff)
downloadgdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.zip
gdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.tar.gz
gdb-3755cbfddc91fe4bf18f708b637a45f7c8c75e6f.tar.bz2
gdb/
* libunwind-frame.h (struct frame_unwind): New declaration.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/libunwind-frame.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ad99b61..89d8109 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * libunwind-frame.h (struct frame_unwind): New declaration.
+
2012-03-08 Joel Brobecker <brobecker@adacore.com>
* breakpoint.c (_initialize_breakpoint): Fix error in help of
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