return_addr

Function return_addr 

Source
pub fn return_addr(
    debugee: &Debugee,
    pid: Pid,
) -> Result<Option<RelocatedAddress>, Error>
Expand description

Return return address for thread current program counter.

ยงArguments

  • debugee: debugee instance
  • pid: thread for unwinding