Searched refs:script_error (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanPython.cpp | 89 bool script_error; in ShouldStop() local 91 m_implementation_sp, event_ptr, script_error); in ShouldStop() 92 if (script_error) in ShouldStop() 113 bool script_error; in IsPlanStale() local 115 script_error); in IsPlanStale() 116 if (script_error) in IsPlanStale() 137 bool script_error; in DoPlanExplainsStop() local 139 m_implementation_sp, event_ptr, script_error); in DoPlanExplainsStop() 140 if (script_error) in DoPlanExplainsStop() 176 bool script_error; in GetPlanRunState() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 219 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument 220 script_error = true; in ScriptedThreadPlanExplainsStop() 226 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop() argument 227 script_error = true; in ScriptedThreadPlanShouldStop() 233 bool &script_error) { in ScriptedThreadPlanIsStale() argument 234 script_error = true; in ScriptedThreadPlanIsStale() 240 bool &script_error) { in ScriptedThreadPlanGetRunState() argument 241 script_error = true; in ScriptedThreadPlanGetRunState()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 211 bool &script_error) override; 214 Event *event, bool &script_error) override; 217 bool &script_error) override; 221 bool &script_error) override;
|
| H A D | ScriptInterpreterPython.cpp | 1873 StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop() argument 1882 generic->GetValue(), "explains_stop", event, script_error); in ScriptedThreadPlanExplainsStop() 1883 if (script_error) in ScriptedThreadPlanExplainsStop() 1899 event, script_error); in ScriptedThreadPlanShouldStop() 1900 if (script_error) in ScriptedThreadPlanShouldStop() 1907 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanIsStale() argument 1916 script_error); in ScriptedThreadPlanIsStale() 1917 if (script_error) in ScriptedThreadPlanIsStale() 1924 StructuredData::ObjectSP implementor_sp, bool &script_error) { in ScriptedThreadPlanGetRunState() argument 1933 NULL, script_error); in ScriptedThreadPlanGetRunState() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 349 Status script_error; in CreateFromStructuredData() local 350 script_error = in CreateFromStructuredData() 352 if (script_error.Fail()) { in CreateFromStructuredData()
|