pub fn dump_registers<W: Write>(
    writer: &mut BufWriter<W>,
    ucontext: &ucontext_t
) -> Result<(), Error>
Expand description

Write the content of all important registers