Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp82 bool script_error; in ShouldStop() local
101 bool script_error; in IsPlanStale() local
120 bool script_error; in DoPlanExplainsStop() local
156 bool script_error; in GetPlanRunState() local
171 bool script_error; in GetDescription() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h263 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
270 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
277 bool &script_error) { in ScriptedThreadPlanIsStale()
284 bool &script_error) { in ScriptedThreadPlanGetRunState()
292 bool &script_error) { in ScriptedThreadPlanGetStopDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1581 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1598 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1615 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1632 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()
1653 bool &script_error) { in ScriptedThreadPlanGetStopDescription()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp322 Status script_error; in CreateFromStructuredData() local