Struct gdb_command::StacktraceEntry [−][src]
pub struct StacktraceEntry {
pub address: u64,
pub module: ModuleInfo,
pub debug: DebugInfo,
}
Expand description
StacktraceEntry
struct represents the information about one line of the stacktrace.
Fields
address: u64
Function address
module: ModuleInfo
Information about the module
debug: DebugInfo
Debug information
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StacktraceEntry
impl Send for StacktraceEntry
impl Sync for StacktraceEntry
impl Unpin for StacktraceEntry
impl UnwindSafe for StacktraceEntry
Blanket Implementations
Mutably borrows from an owned value. Read more