Searched refs:script_error (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanPython.cpp | 82 bool script_error; in ShouldStop() local 85 if (script_error) in ShouldStop() 101 bool script_error; in IsPlanStale() local 104 if (script_error) in IsPlanStale() 120 bool script_error; in DoPlanExplainsStop() local 123 if (script_error) in DoPlanExplainsStop() 156 bool script_error; in GetPlanRunState() local 158 m_implementation_sp, script_error); in GetPlanRunState() 171 bool script_error; in GetDescription() local 173 m_implementation_sp, s, script_error); in GetDescription() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 263 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument 264 script_error = true; in ScriptedThreadPlanExplainsStop() 270 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop() argument 271 script_error = true; in ScriptedThreadPlanShouldStop() 277 bool &script_error) { in ScriptedThreadPlanIsStale() argument 278 script_error = true; in ScriptedThreadPlanIsStale() 284 bool &script_error) { in ScriptedThreadPlanGetRunState() argument 285 script_error = true; in ScriptedThreadPlanGetRunState() 292 bool &script_error) { in ScriptedThreadPlanGetStopDescription() argument 293 script_error = true; in ScriptedThreadPlanGetStopDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 91 bool &script_error) override; 94 Event *event, bool &script_error) override; 97 bool &script_error) override; 101 bool &script_error) override; 106 bool &script_error) override;
|
| H A D | ScriptInterpreterPython.cpp | 1590 generic->GetValue(), "explains_stop", event, script_error); in ScriptedThreadPlanExplainsStop() 1591 if (script_error) in ScriptedThreadPlanExplainsStop() 1607 generic->GetValue(), "should_stop", event, script_error); in ScriptedThreadPlanShouldStop() 1608 if (script_error) in ScriptedThreadPlanShouldStop() 1615 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale() argument 1625 if (script_error) in ScriptedThreadPlanIsStale() 1632 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState() argument 1642 if (script_error) in ScriptedThreadPlanGetRunState() 1653 bool &script_error) { in ScriptedThreadPlanGetStopDescription() argument 1658 script_error = true; in ScriptedThreadPlanGetStopDescription() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 322 Status script_error; in CreateFromStructuredData() local 323 script_error = in CreateFromStructuredData() 325 if (script_error.Fail()) { in CreateFromStructuredData()
|