Home
last modified time | relevance | path

Searched defs:GetRunState (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedThreadPlanInterface.h30 virtual lldb::StateType GetRunState() { return lldb::eStateStepping; } in GetRunState() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPlanPythonInterface.cpp82 lldb::StateType ScriptedThreadPlanPythonInterface::GetRunState() { in GetRunState() function in ScriptedThreadPlanPythonInterface