Searched defs:GetCpuState (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/debugger/model/
H A DVariable.h31 CpuState* GetCpuState() const { return fCpuState; } function in class:Variable
H A DStackFrame.h51 CpuState* GetCpuState() const { return fCpuState; } function in class:StackFrame
H A DThread.h69 CpuState* GetCpuState() const { return fCpuState; } function in class:Thread
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h56 CpuState* GetCpuState() const { return fCpuState; } function in class:CpuStateEvent
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) function in class:CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.h408 CpuState* GetCpuState() const { return fCpuState; } function in class:RemoteDebugGetCpuStateResponse
/haiku/src/kits/debugger/elf/
H A DCoreFile.h146 const void* GetCpuState() const function in struct:CoreFileThreadInfo
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp693 LocalDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) function in class:LocalDebuggerInterface

Completed in 153 milliseconds