Struct gdb_command::Stacktrace [−][src]
pub struct Stacktrace {
pub strace: Vec<StacktraceEntry>,
}
Expand description
Struct represents the information about stack trace
Fields
strace: Vec<StacktraceEntry>
Vector of stack trace
Implementations
Method gets the stacktrace as a string and converts it into vector of ‘StacktraceEntry’ structs
Arguments
- ‘trace’ - stacktrace from gdb
Return value
The return value is a vector of ‘StacktraceEntry’ structs
Method updates information about function modules.
Arguments
- ‘mappings’ - information about mapped files
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Stacktrace
impl Send for Stacktrace
impl Sync for Stacktrace
impl Unpin for Stacktrace
impl UnwindSafe for Stacktrace
Blanket Implementations
Mutably borrows from an owned value. Read more