pub fn sys_thread_read_registers(
target: ObjID,
) -> Result<ArchRegisters, TwzError>Expand description
Read the thread’s CPU state. The thread must be suspended.
pub fn sys_thread_read_registers(
target: ObjID,
) -> Result<ArchRegisters, TwzError>Read the thread’s CPU state. The thread must be suspended.