Home
last modified time | relevance | path

Searched defs:script_error (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp89 bool script_error; in ShouldStop() local
113 bool script_error; in IsPlanStale() local
137 bool script_error; in DoPlanExplainsStop() local
176 bool script_error; in GetPlanRunState() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h219 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
226 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
233 bool &script_error) { in ScriptedThreadPlanIsStale()
240 bool &script_error) { in ScriptedThreadPlanGetRunState()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp349 Status script_error; in CreateFromStructuredData() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1873 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1890 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1907 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1924 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()