20 #if !defined (FRAME_UNWIND_H)
21 #define FRAME_UNWIND_H 1
53 void **this_prologue_cache);
56 (
struct frame_info *this_frame,
void **this_prologue_cache);
63 void **this_prologue_cache);
96 void **this_prologue_cache,
141 void **this_prologue_cache);
struct value * frame_unwind_got_bytes(struct frame_info *frame, int regnum, gdb_byte *buf)
struct value * frame_unwind_got_constant(struct frame_info *frame, int regnum, ULONGEST val)
frame_prev_register_ftype * prev_register
frame_sniffer_ftype * sniffer
frame_dealloc_cache_ftype * dealloc_cache
void frame_unwind_append_unwinder(struct gdbarch *gdbarch, const struct frame_unwind *unwinder)
struct value * frame_unwind_got_memory(struct frame_info *frame, int regnum, CORE_ADDR addr)
void( frame_this_id_ftype)(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id)
struct gdbarch *( frame_prev_arch_ftype)(struct frame_info *this_frame, void **this_prologue_cache)
int default_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache)
enum unwind_stop_reason default_frame_unwind_stop_reason(struct frame_info *this_frame, void **this_cache)
struct value * frame_unwind_got_address(struct frame_info *frame, int regnum, CORE_ADDR addr)
struct value * frame_unwind_got_optimized(struct frame_info *frame, int regnum)
frame_prev_arch_ftype * prev_arch
frame_unwind_stop_reason_ftype * stop_reason
void frame_unwind_find_by_frame(struct frame_info *this_frame, void **this_cache)
void frame_unwind_prepend_unwinder(struct gdbarch *, const struct frame_unwind *)
int( frame_sniffer_ftype)(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache)
void( frame_dealloc_cache_ftype)(struct frame_info *self, void *this_cache)
const char const char int
enum unwind_stop_reason() frame_unwind_stop_reason_ftype(struct frame_info *this_frame, void **this_prologue_cache)
struct value * frame_unwind_got_register(struct frame_info *frame, int regnum, int new_regnum)
unsigned long long ULONGEST
frame_this_id_ftype * this_id
const struct frame_data * unwind_data
struct value *( frame_prev_register_ftype)(struct frame_info *this_frame, void **this_prologue_cache, int regnum)