Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h96 void ForceScriptedState(lldb::StateType state) override { in ForceScriptedState() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2662 virtual void ForceScriptedState(lldb::StateType state) {} in ForceScriptedState() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp472 void SBProcess::ForceScriptedState(StateType new_state) { in ForceScriptedState() function in SBProcess