Home
last modified time | relevance | path

Searched refs:SetPrivateState (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp155 SetPrivateState(eStateRunning); in DoLaunch()
165 SetPrivateState(eStateStopped); in DoLaunch()
192 SetPrivateState(eStateRunning); in DoResume()
193 SetPrivateState(eStateStopped); in DoResume()
206 SetPrivateState(eStateStopped); in DoStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp174 SetPrivateState(eStateDetached); in DoDetach()
236 SetPrivateState(eStateRunning); in DoResume()
645 SetPrivateState(eStateExited); in OnExitProcess()
719 SetPrivateState(eStateStopped); in OnDebugException()
739 SetPrivateState(eStateStopped); in OnDebugException()
743 SetPrivateState(eStateStopped); in OnDebugException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp324 SetPrivateState(eStateStopped); in DoConnectRemote()
474 SetPrivateState(eStateRunning); in DoResume()
527 SetPrivateState(eStateStopped); in DoHalt()
562 SetPrivateState(eStateDetached); in DoDetach()
803 SetPrivateState(eStateStopped); in AsyncThread()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp63 SetPrivateState(eStateStopped); in DidAttach()
H A DProcess.cpp1078 SetPrivateState(eStateExited); in SetExitStatus()
1417 void Process::SetPrivateState(StateType new_state) { in SetPrivateState() function in Process
2635 SetPrivateState(eStateStopped); in LoadCore()
3110 SetPrivateState(eStateRunning); in PrivateResume()
3111 SetPrivateState(eStateStopped); in PrivateResume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp538 SetPrivateState(eStateConnected); in DoConnectRemote()
560 SetPrivateState(state); in DoConnectRemote()
787 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
2344 SetPrivateState(eStateDetached); in DoDetach()
3479 SetPrivateState(eStateRunning); in AsyncThread()
3501 SetPrivateState(stop_state); in AsyncThread()
3545 SetPrivateState(stop_state); in AsyncThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2987 void SetPrivateState(lldb::StateType state);