Module rust_debug::call_stack[][src]

Expand description

Provides one function solutions for doing a stack trace

Structs

Describes what a call frame contains.

Describes what a stack frame contains.

Traits

A trait used for reading memory of the debug target.

Functions

Gets the stack frame information.

Will evaluate the frame base address for a given subroutine.

Will find the DIE representing the searched function

Will find all the in range variable DIEs in a subroutine.

Will preform a stack trace on the debugged target.

Will virtually unwind the call stack.