Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp1411 void Process::SetPublicState(StateType new_state, bool restarted) { in SetPublicState() function in Process
2624 SetPublicState(eStateLaunching, restarted); in Launch()
2681 SetPublicState(state, false); in Launch()
2882 SetPublicState(eStateAttaching, restarted); in Attach()
2954 SetPublicState(eStateAttaching, restarted); in Attach()
4139 process_sp->SetPublicState( in DoOnRemoval()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2863 void SetPublicState(lldb::StateType new_state, bool restarted);