Home
last modified time | relevance | path

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

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