Home
last modified time | relevance | path

Searched refs:GetState (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i19 s = self.GetState()
32 state = self.GetState()
39 state = self.GetState()
94 state = property(GetState, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eState") that represents the current state of this process (running, stopped, exited, etc.).''')
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp70 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller()
74 StateAsCString(process_sp->GetState())); in MakeFunctionCaller()
H A DFunctionCaller.cpp83 if (process->GetState() != lldb::eStateStopped) { in WriteFunctionWrapper()
234 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
H A DUserExpression.cpp209 if (process && process->GetState() != lldb::eStateStopped) { in Evaluate()
214 StateAsCString(process->GetState()))); in Evaluate()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimplePointer.h124 EFI_SIMPLE_POINTER_GET_STATE GetState; member
H A DAbsolutePointer.h179 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
H A DUsb2HostController.h628 EFI_USB2_HC_PROTOCOL_GET_STATE GetState; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h
H A DScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeThreadAIX.h27 lldb::StateType GetState() override;
H A DNativeThreadAIX.cpp22 lldb::StateType NativeThreadAIX::GetState() { return m_state; } in GetState() function in NativeThreadAIX
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.h41 lldb::StateType GetState() override;
H A DScriptedThreadPythonInterface.cpp66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h32 virtual lldb::StateType GetState() = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h34 lldb::StateType GetState() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h34 lldb::StateType GetState() override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp140 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch()
173 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID()
485 StateType SBProcess::GetState() { in GetState() function in SBProcess
493 ret_val = process_sp->GetState(); in GetState()
1018 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
1269 if (process_sp->GetState() != eStateStopped) { in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp102 if (process->GetState() != lldb::eStateStopped) { in Install()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } in GetState() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h183 uint64_t GetState() const { return m_current.state; }
207 /// \see GetState().
108 uint64_t GetState() const { return m_current.state; } GetState() function
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp64 state = process->GetState(); in StopProcessIfNecessary()
68 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary()
505 StateType state = process->GetState(); in DoExecute()
1500 StateType state = process->GetState(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5132 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
5163 StateType state = process_sp->GetState(); in TreeDelegateItemSelected()
5209 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5232 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
5275 StateType state = process_sp->GetState(); in TreeDelegateUpdateSelection()
5918 StateType state = process->GetState(); in WindowDelegateDraw()
6422 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6434 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction()
6450 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6487 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
[all …]

12