Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h96 void ForceScriptedState(lldb::StateType state) override { in ForceScriptedState() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h197 void ForceScriptedState(StateType new_state);
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp472 void SBProcess::ForceScriptedState(StateType new_state) { in ForceScriptedState()
478 process_sp->ForceScriptedState(new_state); in ForceScriptedState()
470 void SBProcess::ForceScriptedState(StateType new_state) { ForceScriptedState() function in SBProcess
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2662 virtual void ForceScriptedState(lldb::StateType state) {}
2637 virtual void ForceScriptedState(lldb::StateType state) {} ForceScriptedState() function
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]