Home
last modified time | relevance | path

Searched refs:python_class_name (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h59 const char *python_class_name, const char *session_dictionary_name,
64 const char *python_class_name, const char *session_dictionary_name,
86 LLDBSwigPythonCreateSyntheticProvider(const char *python_class_name,
91 LLDBSwigPythonCreateCommandObject(const char *python_class_name,
96 const char *python_class_name, const char *session_dictionary_name,
105 const char *python_class_name, const char *session_dictionary_name,
113 lldb::TargetSP target_sp, const char *python_class_name,
153 LLDBSWIGPythonCreateOSPlugin(const char *python_class_name,
158 LLDBSWIGPython_CreateFrameRecognizer(const char *python_class_name,
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp78 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateSyntheticProvider() argument
84 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateCommandObject() argument
90 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedThreadPlan() argument
105 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedBreakpointResolver() argument
190 lldb_private::LLDBSWIGPythonCreateOSPlugin(const char *python_class_name, in LLDBSWIGPythonCreateOSPlugin() argument
197 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedProcess() argument
204 const char *python_class_name, const char *session_dictionary_name, in LLDBSwigPythonCreateScriptedThread() argument
211 const char *python_class_name, const char *session_dictionary_name) { in LLDBSWIGPython_CreateFrameRecognizer() argument
256 lldb::TargetSP target_sp, const char *python_class_name, in LLDBSwigPythonCreateScriptedStopHook() argument
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig158 if (python_class_name == NULL || python_class_name[0] == '\0' ||
167 python_class_name, dict);
190 if (python_class_name == NULL || python_class_name[0] == '\0' ||
198 python_class_name, dict);
211 if (python_class_name == NULL || python_class_name[0] == '\0' ||
255 if (python_class_name == NULL || python_class_name[0] == '\0' ||
295 if (python_class_name == NULL || python_class_name[0] == '\0' ||
391 if (python_class_name == NULL || python_class_name[0] == '\0' ||
462 if (python_class_name == NULL || python_class_name[0] == '\0') {
828 if (python_class_name == NULL || python_class_name[0] == '\0' ||
[all …]