Home
last modified time | relevance | path

Searched defs:GetState (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedThreadInterface.h32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState() function
/freebsd-head/stand/efi/include/
HDefipoint.h62 EFI_SIMPLE_POINTER_GET_STATE GetState; member
110 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPythonInterface.cpp66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeThreadFreeBSD.cpp214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState() function in NativeThreadFreeBSD
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } in GetState() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDYLDRendezvous.h183 uint64_t GetState() const { return m_current.state; } in GetState() function
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp728 lldb::StateType NativeProcessProtocol::GetState() const { in GetState() function in NativeProcessProtocol
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h424 lldb::StateType GetState() const { return m_state; } in GetState() function
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp482 StateType SBProcess::GetState() { in GetState() function in SBProcess
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThread.cpp559 StateType Thread::GetState() const { in GetState() function in Thread
HDProcess.cpp1332 StateType Process::GetState() { in GetState() function in Process