Function sys_thread_read_registers

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

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