Home
last modified time | relevance | path

Searched refs:GetPrivateState (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp170 StateType private_state = GetPrivateState(); in DoDetach()
211 StateType private_state = GetPrivateState(); in DoResume()
215 GetPrivateState()); in DoResume()
251 GetPrivateState()); in DoResume()
257 StateType private_state = GetPrivateState(); in DoDestroy()
262 StateType state = GetPrivateState(); in DoHalt()
279 if (m_session_data && GetPrivateState() == eStateStopped && in DidAttach()
567 StateType state = GetPrivateState(); in IsAlive()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp667 StateIsStoppedState(GetPrivateState(), true)) { in WaitForProcessToStop()
1145 const StateType state = GetPrivateState(); in UpdateThreadListIfNeeded()
1257 const StateType state = GetPrivateState(); in UpdateQueueListIfNeeded()
1415 StateType Process::GetPrivateState() { return m_private_state.GetValue(); } in GetPrivateState() function in Process
2269 if (GetPrivateState() != eStateStopped) { in AllocateMemory()
H A DStopInfo.cpp58 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2664 lldb::StateType GetPrivateState();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3450 while (!done && GetPrivateState() != eStateExited) { in AsyncThread()