Expand description
#libunwind-rs
libunwind-rs
is a library providing safe Rust API for retrieving backtrace from local and
remote process, and also from coredumps. Crate is build on a top of libunwind library.
Structs§
- Accessors
- These are backend callback routines that provide access to the state of a “remote” process. This can be used, for example, to unwind another process through the ptrace() interface.
- Address
Space - Struct represents an address space of unwinding procces
- Address
Space Ref - A borrowed reference to a
AddressSpace
. - Coredump
State - This state is used by accessors
- Coredump
State Ref - A borrowed reference to a
CoredumpState
. - Cursor
- Proc
Info - Information about called procedure