Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState() function
/llvm-project/lldb/tools/debugserver/source/
H A DTTYState.cpp67 bool TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) { in GetState() function in TTYStateSwitcher
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.h33 lldb::StateType GetState() override { return m_state; } in GetState() function
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTPerThreadProcessTrace.cpp38 TraceIntelPTGetStateResponse IntelPTPerThreadProcessTrace::GetState() { in GetState() function in IntelPTPerThreadProcessTrace
H A DIntelPTCollector.cpp195 Expected<json::Value> IntelPTCollector::GetState() { in GetState() function in IntelPTCollector
H A DIntelPTMultiCoreTrace.cpp108 TraceIntelPTGetStateResponse IntelPTMultiCoreTrace::GetState() { in GetState() function in IntelPTMultiCoreTrace
H A DNativeThreadLinux.cpp110 lldb::StateType NativeThreadLinux::GetState() { return m_state; } in GetState() function in NativeThreadLinux
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState() function in NativeThreadFreeBSD
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } in GetState() function
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h183 uint64_t GetState() const { return m_current.state; } in GetState() function
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm107 CoreSimulatorSupport::Device::State CoreSimulatorSupport::Device::GetState() { function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp452 nub_state_t MachThread::GetState() { GetState() function in MachThread
H A DMachThreadList.cpp31 nub_state_t MachThreadList::GetState(nub_thread_t tid) { in GetState() function in MachThreadList
H A DMachProcess.mm578 nub_state_t MachProcess::GetState() { function
[all...]
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp728 lldb::StateType NativeProcessProtocol::GetState() const { GetState() function in NativeProcessProtocol
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h424 lldb::StateType GetState() const { return m_state; } GetState() function
/llvm-project/lldb/source/API/
H A DSBProcess.cpp481 StateType SBProcess::GetState() { GetState() function in SBProcess
/llvm-project/lldb/source/Target/
H A DThread.cpp559 StateType Thread::GetState() const { GetState() function in Thread
H A DProcess.cpp1328 StateType Process::GetState() { GetState() function in Process
[all...]