Home
last modified time | relevance | path

Searched refs:ForceScriptedState (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py116 mux_process.ForceScriptedState(lldb.eStateRunning)
117 mux_process.ForceScriptedState(lldb.eStateStopped)
120 child_process.ForceScriptedState(lldb.eStateRunning)
121 child_process.ForceScriptedState(lldb.eStateStopped)
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py180 process.ForceScriptedState(lldb.eStateRunning)
182 process.ForceScriptedState(lldb.eStateStopped)
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h96 void ForceScriptedState(lldb::StateType state) override { in ForceScriptedState() function
/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h197 void ForceScriptedState(StateType new_state);
/llvm-project/lldb/source/API/
H A DSBProcess.cpp473 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
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2642 virtual void ForceScriptedState(lldb::StateType state) {}
2660 virtual void ForceScriptedState(lldb::StateType state) {} ForceScriptedState() function