Home
last modified time | relevance | path

Searched defs:ForceScriptedState (Results 1 – 3 of 3) 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/Target/
H A DProcess.h2637 virtual void ForceScriptedState(lldb::StateType state) {} ForceScriptedState() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp470 void SBProcess::ForceScriptedState(StateType new_state) { ForceScriptedState() function in SBProcess