Function sys_thread_write_registers

Source
pub fn sys_thread_write_registers(
    target: ObjID,
    regs: &ArchRegisters,
) -> Result<(), TwzError>
Expand description

Write the thread’s CPU state. The thread must be suspended.