Home
last modified time | relevance | path

Searched defs:GetRunState (Results 1 – 2 of 2) 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.cpp82 lldb::StateType ScriptedThreadPlanPythonInterface::GetRunState() { in GetRunState() function in ScriptedThreadPlanPythonInterface