gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Mar 2012 18:13:37 +0000 (18:13 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Mar 2012 18:13:37 +0000 (18:13 +0000)
* libunwind-frame.h (struct frame_unwind): New declaration.

gdb/ChangeLog
gdb/libunwind-frame.h

index ad99b615c22becb47640ec28549daf0eee885af3..89d8109bf4054822e8026f80c6cf0d1f46bc054f 100644 (file)
@@ -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
index a6b3c342b88b11d3f4f4579674120e8be1c58191..ea8a2a22a7e5bcb31317dffc591b00f397264b42 100644 (file)
@@ -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