* libunwind-frame.h (struct frame_unwind): New declaration.
This commit is contained in:
Jan Kratochvil 2012-03-08 18:13:37 +00:00
parent 5333187ab1
commit 3755cbfddc
2 changed files with 5 additions and 0 deletions

View 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

View 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