20#if !defined (FRAME_UNWIND_H)
21#define FRAME_UNWIND_H 1
54 void **this_prologue_cache);
64 void **this_prologue_cache);
109 void **this_prologue_cache,
157 void **this_prologue_cache);
230 const gdb_byte *buf);
void frame_this_id_ftype(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id)
int default_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_prologue_cache)
struct value * frame_unwind_got_memory(frame_info_ptr frame, int regnum, CORE_ADDR addr)
CORE_ADDR default_unwind_pc(struct gdbarch *gdbarch, frame_info_ptr next_frame)
int frame_sniffer_ftype(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_prologue_cache)
struct value * frame_unwind_got_optimized(frame_info_ptr frame, int regnum)
enum unwind_stop_reason frame_unwind_stop_reason_ftype(frame_info_ptr this_frame, void **this_prologue_cache)
void frame_unwind_find_by_frame(frame_info_ptr this_frame, void **this_cache)
void frame_unwind_prepend_unwinder(struct gdbarch *, const struct frame_unwind *)
struct value * frame_prev_register_ftype(frame_info_ptr this_frame, void **this_prologue_cache, int regnum)
struct value * frame_unwind_got_register(frame_info_ptr frame, int regnum, int new_regnum)
struct value * frame_unwind_got_address(frame_info_ptr frame, int regnum, CORE_ADDR addr)
enum unwind_stop_reason default_frame_unwind_stop_reason(frame_info_ptr this_frame, void **this_cache)
struct value * frame_unwind_got_bytes(frame_info_ptr frame, int regnum, const gdb_byte *buf)
struct gdbarch * frame_prev_arch_ftype(frame_info_ptr this_frame, void **this_prologue_cache)
struct value * frame_unwind_got_constant(frame_info_ptr frame, int regnum, ULONGEST val)
CORE_ADDR default_unwind_sp(struct gdbarch *gdbarch, frame_info_ptr next_frame)
void frame_unwind_append_unwinder(struct gdbarch *gdbarch, const struct frame_unwind *unwinder)
void frame_dealloc_cache_ftype(frame_info *self, void *this_cache)
frame_sniffer_ftype * sniffer
frame_dealloc_cache_ftype * dealloc_cache
frame_this_id_ftype * this_id
frame_prev_arch_ftype * prev_arch
frame_unwind_stop_reason_ftype * stop_reason
const struct frame_data * unwind_data
frame_prev_register_ftype * prev_register