Home
last modified time | relevance | path

Searched refs:SetPublicState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1339 void Process::SetPublicState(StateType new_state, bool restarted) { in SetPublicState() function in Process
2646 SetPublicState(state_after_launch, false); in Launch()
2718 SetPublicState(eStateLaunching, restarted); in LaunchPrivate()
2995 SetPublicState(eStateAttaching, restarted); in Attach()
3067 SetPublicState(eStateAttaching, restarted); in Attach()
4285 process_sp->SetPublicState( in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3194 void SetPublicState(lldb::StateType new_state, bool restarted);