Home
last modified time | relevance | path

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

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