Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h282 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
289 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
296 bool &script_error) { in ScriptedThreadPlanIsStale()
303 bool &script_error) { in ScriptedThreadPlanGetRunState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp333 Status script_error; in CreateFromStructuredData() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1881 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
1898 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
1915 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale()
1932 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState()