GDB (API)
|
#include "libunwind-ia64.h"
Go to the source code of this file.
Classes | |
struct | libunwind_descr |
Functions | |
int | libunwind_frame_sniffer (const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) |
int | libunwind_sigtramp_frame_sniffer (const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) |
void | libunwind_frame_set_descr (struct gdbarch *arch, struct libunwind_descr *descr) |
void | libunwind_frame_this_id (struct frame_info *this_frame, void **this_cache, struct frame_id *this_id) |
struct value * | libunwind_frame_prev_register (struct frame_info *this_frame, void **this_cache, int regnum) |
void | libunwind_frame_dealloc_cache (struct frame_info *self, void *cache) |
int | libunwind_is_initialized (void) |
int | libunwind_search_unwind_table (void *as, long ip, void *di, void *pi, int need_unwind_info, void *args) |
unw_word_t | libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *, void *) |
int | libunwind_get_reg_special (struct gdbarch *gdbarch, struct regcache *regcache, int regnum, void *buf) |
unw_word_t libunwind_find_dyn_list | ( | unw_addr_space_t | , |
unw_dyn_info_t * | , | ||
void * | |||
) |
Definition at line 243 of file ia64-libunwind-tdep.c.
void libunwind_frame_dealloc_cache | ( | struct frame_info * | self, |
void * | cache | ||
) |
Definition at line 234 of file ia64-libunwind-tdep.c.
struct value* libunwind_frame_prev_register | ( | struct frame_info * | this_frame, |
void ** | this_cache, | ||
int | regnum | ||
) | [read] |
Definition at line 308 of file ia64-libunwind-tdep.c.
void libunwind_frame_set_descr | ( | struct gdbarch * | arch, |
struct libunwind_descr * | descr | ||
) |
Definition at line 133 of file ia64-libunwind-tdep.c.
int libunwind_frame_sniffer | ( | const struct frame_unwind * | self, |
struct frame_info * | this_frame, | ||
void ** | this_cache | ||
) |
Definition at line 251 of file ia64-libunwind-tdep.c.
void libunwind_frame_this_id | ( | struct frame_info * | this_frame, |
void ** | this_cache, | ||
struct frame_id * | this_id | ||
) |
Definition at line 297 of file ia64-libunwind-tdep.c.
int libunwind_get_reg_special | ( | struct gdbarch * | gdbarch, |
struct regcache * | regcache, | ||
int | regnum, | ||
void * | buf | ||
) |
Definition at line 441 of file ia64-libunwind-tdep.c.
int libunwind_is_initialized | ( | void | ) |
Definition at line 567 of file ia64-libunwind-tdep.c.
int libunwind_search_unwind_table | ( | void * | as, |
long | ip, | ||
void * | di, | ||
void * | pi, | ||
int | need_unwind_info, | ||
void * | args | ||
) |
Definition at line 383 of file ia64-libunwind-tdep.c.
int libunwind_sigtramp_frame_sniffer | ( | const struct frame_unwind * | self, |
struct frame_info * | this_frame, | ||
void ** | this_cache | ||
) |
Definition at line 392 of file ia64-libunwind-tdep.c.