Searched refs:debugState (Results 1 – 1 of 1) sorted by relevance
695 debug_cpu_state debugState; in GetCpuState() local696 status_t error = _GetDebugCpuState(thread, debugState); in GetCpuState()699 return fArchitecture->CreateCpuState(&debugState, sizeof(debug_cpu_state), in GetCpuState()707 debug_cpu_state debugState; in SetCpuState() local708 status_t error = _GetDebugCpuState(thread, debugState); in SetCpuState()714 error = state->UpdateDebugState(&debugState, sizeof(debugState)); in SetCpuState()721 memcpy(&message.cpu_state, &debugState, sizeof(debugState)); in SetCpuState()