mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
gdb/
* libunwind-frame.h (struct frame_unwind): New declaration.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user