Crate vex_libunwind_sys

Crate vex_libunwind_sys 

Source
Expand description

Bindings to the low-level unw_* LLVM libunwind APIs which are an interface defined by the HP libunwind project.

Modules§

error
Error codes.
registers

Structs§

unw_context_t
unw_cursor_t
unw_proc_info_t

Constants§

CONTEXT_SIZE
Architecture-specific context size
CURSOR_SIZE
Architecture-specific cursor size
UNW_STEP_END
There are no more stack frames.
UNW_STEP_SUCCESS
The step was successful.

Statics§

unw_local_addr_space

Functions§

unw_get_fpreg
unw_get_proc_info
unw_get_proc_name
unw_get_reg
unw_getcontext
unw_init_local
unw_is_fpreg
unw_is_signal_frame
unw_regname
unw_resume
unw_save_vfp_as_X
unw_set_fpreg
unw_set_reg
unw_step

Type Aliases§

unw_addr_space_t
unw_fpreg_t
unw_regnum_t
unw_word_t
uw_error_t