Type Definition gdb_command::Stacktrace

source · []
pub type Stacktrace = Vec<StacktraceEntry>;
Expand description

Represents the information about stack trace

Trait Implementations

Get stack trace as a string and converts it into ‘Stacktrace’ Read more

Compute module offsets for stack trace entries based on mapped files. Gdb doesn’t print module and offset in stack trace. Read more