Module call_stack

Source
Expand description

Provides one function solutions for doing a stack trace

Structs§

CallFrame
Describes what a call frame contains.
StackFrame
Describes what a stack frame contains.

Traits§

MemoryAccess
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.