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.cpp1280 void Process::SetPublicState(StateType new_state, bool restarted) { in SetPublicState() function in Process
2614 SetPublicState(state_after_launch, false); in Launch()
2688 SetPublicState(eStateLaunching, restarted); in LaunchPrivate()
2965 SetPublicState(eStateAttaching, restarted); in Attach()
3033 SetPublicState(eStateAttaching, restarted); in Attach()
4317 process_sp->SetPublicState( in DoOnRemoval()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3278 void SetPublicState(lldb::StateType new_state, bool restarted);