pub fn getobjname(
proto: &Proto,
lastpc: usize,
reg: u32,
) -> Option<(&'static str, String)>Expand description
Name and kind for reg as of lastpc, e.g. (“field”, “huge”). None when
the register has no recoverable source-level name.