Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp174 SetPrivateState(eStateDetached); in DoDetach()
236 SetPrivateState(eStateRunning); in DoResume()
645 SetPrivateState(eStateExited); in OnExitProcess()
721 SetPrivateState(eStateStopped); in OnDebugException()
741 SetPrivateState(eStateStopped); in OnDebugException()
745 SetPrivateState(eStateStopped); in OnDebugException()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp63 SetPrivateState(eStateStopped); in DidAttach()
H A DProcess.cpp1077 SetPrivateState(eStateExited); in SetExitStatus()
1413 void Process::SetPrivateState(StateType new_state) { in SetPrivateState() function in Process
2631 SetPrivateState(eStateStopped); in LoadCore()
3089 SetPrivateState(eStateRunning); in PrivateResume()
3090 SetPrivateState(eStateStopped); in PrivateResume()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp552 SetPrivateState(eStateConnected); in DoConnectRemote()
663 SetPrivateState(state); in DoConnectRemote()
890 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
2389 SetPrivateState(eStateDetached); in DoDetach()
3524 SetPrivateState(eStateRunning); in AsyncThread()
3546 SetPrivateState(stop_state); in AsyncThread()
3590 SetPrivateState(stop_state); in AsyncThread()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2948 void SetPrivateState(lldb::StateType state);