Expand description
Provides one function solutions for doing a stack trace
Structs§
- Call
Frame - Describes what a call frame contains.
- Stack
Frame - Describes what a stack frame contains.
Traits§
- Memory
Access - A trait used for reading memory of the debug target.
Functions§
- create_
stack_ frame - Gets the stack frame information.
- evaluate_
frame_ base - Will evaluate the frame base address for a given subroutine.
- find_
function_ die - Will find the DIE representing the searched function
- find_
non_ inlined_ function_ die - Will find the DIE representing the searched non inlined function
- get_
functions_ variables_ die_ offset - Will find all the in range variable DIEs in a subroutine.
- new_
stack_ trace - new_
stack_ trace_ rec - stack_
trace - Will preform a stack trace on the debugged target.
- unwind_
call_ stack - Will virtually unwind the call stack.