Searched refs:python_class_name (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonTestSuite.cpp | 102 LLDBSwigPythonCreateSyntheticProvider(const char *python_class_name, in LLDBSwigPythonCreateSyntheticProvider() argument 109 LLDBSwigPythonCreateCommandObject(const char *python_class_name, in LLDBSwigPythonCreateCommandObject() argument 116 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedThreadPlan() argument 130 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedBreakpointResolver() argument 204 LLDBSWIGPythonCreateOSPlugin(const char *python_class_name, in LLDBSWIGPythonCreateOSPlugin() argument 211 LLDBSWIGPython_CreateFrameRecognizer(const char *python_class_name, in LLDBSWIGPython_CreateFrameRecognizer() argument 259 lldb::TargetSP target_sp, const char *python_class_name, in LLDBSwigPythonCreateScriptedStopHook() argument
|
/external/llvm-project/lldb/bindings/python/ |
D | python-wrapper.swig | 200 const char *python_class_name, 205 if (python_class_name == NULL || python_class_name[0] == '\0' || !session_dictionary_name) 211 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name,dict); 236 const char *python_class_name, 241 if (python_class_name == NULL || python_class_name[0] == '\0' || !session_dictionary_name) 246 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); 264 const char *python_class_name, 271 if (python_class_name == NULL || python_class_name[0] == '\0' || !session_dictionary_name) 278 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(python_class_name, dict); 282 error_string.append(python_class_name); [all …]
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 105 LLDBSwigPythonCreateSyntheticProvider(const char *python_class_name, 110 LLDBSwigPythonCreateCommandObject(const char *python_class_name, 115 const char *python_class_name, const char *session_dictionary_name, 125 const char *python_class_name, const char *session_dictionary_name, 133 TargetSP target_sp, const char *python_class_name, 183 LLDBSWIGPythonCreateOSPlugin(const char *python_class_name, 188 LLDBSWIGPython_CreateFrameRecognizer(const char *python_class_name,
|