Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1280 void Process::SetPublicState(StateType new_state, bool restarted) { in SetPublicState() function in Process
2496 SetPublicState(eStateLaunching, restarted); in Launch()
2553 SetPublicState(state, false); in Launch()
2754 SetPublicState(eStateAttaching, restarted); in Attach()
2826 SetPublicState(eStateAttaching, restarted); in Attach()
4010 process_sp->SetPublicState( in DoOnRemoval()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2979 void SetPublicState(lldb::StateType new_state, bool restarted);