Searched refs:ForceScriptedState (Results 1 – 6 of 6) sorted by relevance
116 mux_process.ForceScriptedState(lldb.eStateRunning)117 mux_process.ForceScriptedState(lldb.eStateStopped)120 child_process.ForceScriptedState(lldb.eStateRunning)121 child_process.ForceScriptedState(lldb.eStateStopped)
180 process.ForceScriptedState(lldb.eStateRunning)182 process.ForceScriptedState(lldb.eStateStopped)
96 void ForceScriptedState(lldb::StateType state) override { in ForceScriptedState() function
197 void ForceScriptedState(StateType new_state);
473 void SBProcess::ForceScriptedState(StateType new_state) { in ForceScriptedState() 479 process_sp->ForceScriptedState(new_state); in ForceScriptedState() 471 void SBProcess::ForceScriptedState(StateType new_state) { ForceScriptedState() function in SBProcess
2642 virtual void ForceScriptedState(lldb::StateType state) {}2660 virtual void ForceScriptedState(lldb::StateType state) {} ForceScriptedState() function