Home
last modified time | relevance | path

Searched refs:GetRunState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h30 virtual lldb::StateType GetRunState() { return lldb::eStateStepping; } in GetRunState() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.h44 lldb::StateType GetRunState() override;
H A DScriptedThreadPlanPythonInterface.cpp85 lldb::StateType ScriptedThreadPlanPythonInterface::GetRunState() { in GetRunState() function in ScriptedThreadPlanPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp171 run_state = m_interface->GetRunState(); in GetPlanRunState()