Skip to main content

do_info_registers

Function do_info_registers 

Source
pub fn do_info_registers(
    args: &[Value<'_>],
    state: &mut State<'_>,
) -> Result<()>
Expand description

Print the current register state of the traced process.

ยงErrors

Returns an error if reading registers via ptrace fails.