Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanPython.cpp86 bool script_error; in ShouldStop() local
105 bool script_error; in IsPlanStale() local
124 bool script_error; in DoPlanExplainsStop() local
157 bool script_error; in GetPlanRunState() local
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h255 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
262 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
269 bool &script_error) { in ScriptedThreadPlanIsStale()
276 bool &script_error) { in ScriptedThreadPlanGetRunState()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp333 Status script_error; in CreateFromStructuredData() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1859 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1876 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1893 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1910 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()