Struct gdb_command::DebugInfo [−][src]
pub struct DebugInfo {
pub file_path: String,
pub offset_in_file: Option<u64>,
pub offset_in_line: u64,
}
Expand description
FrameDebug
struct represents the debug information of one frame in stack trace.
Fields
file_path: String
/path:123:456 “/path”
offset_in_file: Option<u64>
123
offset_in_line: u64
456
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugInfo
impl UnwindSafe for DebugInfo
Blanket Implementations
Mutably borrows from an owned value. Read more