Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1565 void Process::SetPublicState(StateType new_state, bool restarted) { in SetPublicState() function in Process
2747 SetPublicState(eStateLaunching, restarted); in Launch()
2804 SetPublicState(state, false); in Launch()
3007 SetPublicState(eStateAttaching, restarted); in Attach()
3080 SetPublicState(eStateAttaching, restarted); in Attach()
4149 process_sp->SetPublicState( in DoOnRemoval()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h3140 void SetPublicState(lldb::StateType new_state, bool restarted);