Home
last modified time | relevance | path

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

12

/freebsd-14.2/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 valu…
/freebsd-14.2/stand/efi/include/
H A Defipoint.h62 EFI_SIMPLE_POINTER_GET_STATE GetState; member
110 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp69 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller()
73 StateAsCString(process_sp->GetState())); in MakeFunctionCaller()
H A DFunctionCaller.cpp82 if (process->GetState() != lldb::eStateStopped) { in WriteFunctionWrapper()
237 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
H A DUserExpression.cpp206 if (process != nullptr && process->GetState() != lldb::eStateStopped) { in Evaluate()
211 StateAsCString(process->GetState())); in Evaluate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.h40 lldb::StateType GetState() override;
H A DScriptedThreadPythonInterface.cpp63 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h32 virtual lldb::StateType GetState() = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h34 lldb::StateType GetState() override;
H A DNativeThreadNetBSD.cpp226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h34 lldb::StateType GetState() override;
H A DNativeThreadFreeBSD.cpp214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState() function in NativeThreadFreeBSD
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp137 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch()
169 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID()
480 StateType SBProcess::GetState() { in GetState() function in SBProcess
488 ret_val = process_sp->GetState(); in GetState()
946 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
1181 if (process_sp->GetState() != eStateStopped) { in SaveCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } in GetState() function
H A DHexagonDYLDRendezvous.cpp339 int state = GetState(); in DumpToLog()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp103 if (process->GetState() != lldb::eStateStopped) { in Install()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h183 uint64_t GetState() const { return m_current.state; } in GetState() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp659 StateType state = GetState(); in WaitForProcessToStop()
1300 StateType Process::GetState() { in GetState() function in Process
1633 switch (GetState()) { in CreateBreakpointSite()
3242 StateAsCString(GetState())); in StopForDestroyOrDetach()
3738 StateAsCString(GetState()), in HandlePrivateEvent()
3798 StateAsCString(GetState())); in HandlePrivateEvent()
4153 s->Printf("state = %s", StateAsCString(GetState())); in Dump()
4181 return data->GetState(); in GetStateFromEvent()
4463 if (StateIsRunningState(m_process->GetState())) in Run()
4514 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
[all …]
H A DExecutionContext.cpp121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
H A DThread.cpp552 StateType Thread::GetState() const { in GetState() function in Thread
1914 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
1947 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
1979 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h124 lldb::StateType GetState();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5130 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
5161 StateType state = process_sp->GetState(); in TreeDelegateItemSelected()
5207 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw()
5230 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
5273 StateType state = process_sp->GetState(); in TreeDelegateUpdateSelection()
5916 StateType state = process->GetState(); in WindowDelegateDraw()
6420 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6448 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6485 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
6744 const StateType state = process->GetState(); in WindowDelegateDraw()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp469 StateAsCString(process->GetState())); in InitializeDelegate()
1534 process.GetState()); in ResumeProcess()
1588 m_continue_process->GetState()); in Handle_C()
1921 m_current_process->GetState(), in Handle_stop_reason()
3440 m_current_process->GetState(), in Handle_vAttach()
3473 m_current_process->GetState(), in Handle_vAttachWait()
3512 m_current_process->GetState(), in Handle_vAttachOrWait()
3546 m_current_process->GetState(), in Handle_vRun()

12