Home
last modified time | relevance | path

Searched refs:_GetDebugCpuState (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h88 status_t _GetDebugCpuState(thread_id thread,
H A DLocalDebuggerInterface.cpp696 status_t error = _GetDebugCpuState(thread, debugState); in GetCpuState()
708 status_t error = _GetDebugCpuState(thread, debugState); in SetCpuState()
985 LocalDebuggerInterface::_GetDebugCpuState(thread_id thread, debug_cpu_state& _state) in _GetDebugCpuState() function in LocalDebuggerInterface