Home
last modified time | relevance | path

Searched defs:ForceScriptedState (Results 1 – 3 of 3) sorted by relevance

/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/Target/
H A DProcess.h2660 virtual void ForceScriptedState(lldb::StateType state) {} ForceScriptedState() function
/llvm-project/lldb/source/API/
H A DSBProcess.cpp471 void SBProcess::ForceScriptedState(StateType new_state) { ForceScriptedState() function in SBProcess