Home
last modified time | relevance | path

Searched refs:ForceScriptedState (Results 1 – 5 of 5) 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/API/
H A DSBProcess.h197 void ForceScriptedState(StateType new_state);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp472 void SBProcess::ForceScriptedState(StateType new_state) { in ForceScriptedState() function in SBProcess
478 process_sp->ForceScriptedState(new_state); in ForceScriptedState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2662 virtual void ForceScriptedState(lldb::StateType state) {} in ForceScriptedState() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45053 (arg1)->ForceScriptedState(arg2); in _wrap_SBProcess_ForceScriptedState()