Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
153 bool script_error; in GetPlanRunState() local
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h285 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
292 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
299 bool &script_error) { in ScriptedThreadPlanIsStale()
306 bool &script_error) { in ScriptedThreadPlanGetRunState()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp323 Status script_error; in CreateFromStructuredData() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1758 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1775 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1792 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1809 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()