Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h289 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
296 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
303 bool &script_error) { in ScriptedThreadPlanIsStale()
310 bool &script_error) { in ScriptedThreadPlanGetRunState()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp323 Status script_error; in CreateFromStructuredData() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1669 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1686 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1703 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1720 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()