Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp81 lldb::StateType NativeThreadDarwin::GetState() { in GetState() function in NativeThreadDarwin
188 if (GetState() == eStateRunning) in ShouldStop()
H A DNativeThreadDarwin.h54 lldb::StateType GetState() override;
H A DNativeThreadListDarwin.h71 nub_state_t GetState (nub_thread_t tid);
H A DNativeThreadListDarwin.cpp43 NativeThreadListDarwin::GetState(nub_thread_t tid)
47 return thread_sp->GetState();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h31 virtual lldb::StateType GetState() = 0;
H A DNativeProcessProtocol.h141 lldb::StateType GetState() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h35 lldb::StateType GetState() override;
H A DNativeThreadNetBSD.cpp111 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp128 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch()
166 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID()
555 StateType SBProcess::GetState() { in GetState() function in SBProcess
562 ret_val = process_sp->GetState(); in GetState()
1119 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
1346 if (process_sp->GetState() != eStateStopped) { in SaveCore()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2240 StateType state = process->GetState(); in WindowDelegateDraw()
2503 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
2535 StateType state = process_sp->GetState(); in TreeDelegateItemSelected()
2593 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren()
3017 StateType state = process->GetState(); in WindowDelegateDraw()
3503 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3515 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3527 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3539 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction()
3763 const StateType state = process->GetState(); in WindowDelegateDraw()
[all …]
H A DValue.cpp427 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h107 uint64_t GetState() const { return m_current.state; } in GetState() function
H A DHexagonDYLDRendezvous.cpp337 int state = GetState(); in DumpToLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h100 uint64_t GetState() const { return m_current.state; } in GetState() function
H A DDYLDRendezvous.cpp570 int state = GetState(); in DumpToLog()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp975 StateType state = GetState(); in WaitForProcessToStop()
1551 StateType Process::GetState() { in GetState() function in Process
1855 switch (GetState()) { in CreateBreakpointSite()
3408 StateAsCString(GetState())); in StopForDestroyOrDetach()
3892 StateAsCString(GetState()), in HandlePrivateEvent()
3952 StateAsCString(GetState())); in HandlePrivateEvent()
4282 s->Printf("state = %s", StateAsCString(GetState())); in Dump()
4310 return data->GetState(); in GetStateFromEvent()
4585 if (StateIsRunningState(m_process->GetState())) in Run()
4639 if (StateIsRunningState(m_process->GetState())) { in Interrupt()
[all …]
H A DExecutionContext.cpp123 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext()
528 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
H A DThread.cpp584 StateType Thread::GetState() const { in GetState() function in Thread
2121 if (StateIsStoppedState(process->GetState(), true)) { in StepIn()
2154 if (StateIsStoppedState(process->GetState(), true)) { in StepOver()
2186 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h125 lldb::StateType GetState();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp51 state = process->GetState(); in StopProcessIfNecessary()
55 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary()
621 StateType state = process->GetState(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp166 if (process == NULL || process->GetState() != lldb::eStateStopped) { in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h167 lldb::StateType GetState() const;
H A DProcess.h603 lldb::StateType GetState() const { return m_state; } in GetState() function
1508 lldb::StateType GetState();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp665 lldb::StateType NativeProcessProtocol::GetState() const { in GetState() function in NativeProcessProtocol

12