Lines Matching refs:implementor
124 extern "C" bool LLDBSWIGPythonCallThreadPlan(void *implementor,
133 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
142 LLDBSwigPythonStopHookCallHandleStop(void *implementor,
146 extern "C" size_t LLDBSwigPython_CalculateNumChildren(void *implementor,
149 extern "C" void *LLDBSwigPython_GetChildAtIndex(void *implementor,
152 extern "C" int LLDBSwigPython_GetIndexOfChildWithName(void *implementor,
158 extern "C" bool LLDBSwigPython_UpdateSynthProviderInstance(void *implementor);
161 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(void *implementor);
164 LLDBSwigPython_GetValueSynthProviderInstance(void *implementor);
174 LLDBSwigPythonCallCommandObject(void *implementor, lldb::DebuggerSP &debugger,
194 LLDBSwigPython_GetRecognizedArguments(void *implementor,
1570 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1573 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1578 implementor.get(), frame_sp)); in GetRecognizedArguments()
1635 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local
1638 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo()
1642 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterInfo()
1663 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_RegisterInfo()
1690 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local
1693 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo()
1697 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_ThreadsInfo()
1718 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in OSPlugin_ThreadsInfo()
1748 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local
1751 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData()
1755 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_RegisterContextData()
1775 PyObject_CallMethod(implementor.get(), callee_name, param_format, tid)); in OSPlugin_RegisterContextData()
1807 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local
1810 if (!implementor.IsAllocated()) in OSPlugin_CreateThread()
1814 PyObject_GetAttrString(implementor.get(), callee_name)); in OSPlugin_CreateThread()
1833 PyObject_CallMethod(implementor.get(), callee_name, in OSPlugin_CreateThread()
2408 void *implementor = generic->GetValue(); in CalculateNumChildren() local
2409 if (!implementor) in CalculateNumChildren()
2417 ret_val = LLDBSwigPython_CalculateNumChildren(implementor, max); in CalculateNumChildren()
2431 void *implementor = generic->GetValue(); in GetChildAtIndex() local
2432 if (!implementor) in GetChildAtIndex()
2439 void *child_ptr = LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex()
2463 void *implementor = generic->GetValue(); in GetIndexOfChildWithName() local
2464 if (!implementor) in GetIndexOfChildWithName()
2472 ret_val = LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name); in GetIndexOfChildWithName()
2488 void *implementor = generic->GetValue(); in UpdateSynthProviderInstance() local
2489 if (!implementor) in UpdateSynthProviderInstance()
2495 ret_val = LLDBSwigPython_UpdateSynthProviderInstance(implementor); in UpdateSynthProviderInstance()
2511 void *implementor = generic->GetValue(); in MightHaveChildrenSynthProviderInstance() local
2512 if (!implementor) in MightHaveChildrenSynthProviderInstance()
2519 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(implementor); in MightHaveChildrenSynthProviderInstance()
2535 void *implementor = generic->GetValue(); in GetSyntheticValue() local
2536 if (!implementor) in GetSyntheticValue()
2542 void *child_ptr = LLDBSwigPython_GetValueSynthProviderInstance(implementor); in GetSyntheticValue()
2575 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2577 if (!implementor.IsAllocated()) in GetSyntheticTypeName()
2581 PyObject_GetAttrString(implementor.get(), callee_name)); in GetSyntheticTypeName()
2601 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetSyntheticTypeName()
3119 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
3122 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject()
3126 PyObject_GetAttrString(implementor.get(), callee_name)); in GetShortHelpForCommandObject()
3146 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetShortHelpForCommandObject()
3175 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
3178 if (!implementor.IsAllocated()) in GetFlagsForCommandObject()
3182 PyObject_GetAttrString(implementor.get(), callee_name)); in GetFlagsForCommandObject()
3200 As<long long>(implementor.CallMethod(callee_name))); in GetFlagsForCommandObject()
3225 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject() local
3228 if (!implementor.IsAllocated()) in GetLongHelpForCommandObject()
3232 PyObject_GetAttrString(implementor.get(), callee_name)); in GetLongHelpForCommandObject()
3253 PyObject_CallMethod(implementor.get(), callee_name, nullptr)); in GetLongHelpForCommandObject()