Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp75 const char *python_function_name, const char *session_dictionary_name, in LLDBSwigPythonBreakpointCallbackFunction() argument
89 const char *python_function_name, const char *session_dictionary_name, in LLDBSwigPythonWatchpointCallbackFunction() argument
103 const char *session_dictionary_name, in LLDBSwigPythonCreateSyntheticProvider() argument
110 const char *session_dictionary_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
181 const char *session_dictionary_name, in LLDBSwigPythonCallCommand() argument
198 const char *session_dictionary_name, in LLDBSwigPythonCallModuleInit() argument
205 const char *session_dictionary_name, in LLDBSWIGPythonCreateOSPlugin() argument
212 const char *session_dictionary_name) { in LLDBSWIGPython_CreateFrameRecognizer() argument
[all …]
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig46 const char *session_dictionary_name,
58 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
95 const char *session_dictionary_name,
107 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
201 const char *session_dictionary_name,
205 if (python_class_name == NULL || python_class_name[0] == '\0' || !session_dictionary_name)
210 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
237 const char *session_dictionary_name,
241 if (python_class_name == NULL || python_class_name[0] == '\0' || !session_dictionary_name)
245 auto dict = PythonModule::MainModule().ResolveName<PythonDictionary>(session_dictionary_name);
[all …]
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp85 const char *python_function_name, const char *session_dictionary_name,
96 const char *python_function_name, const char *session_dictionary_name,
106 const char *session_dictionary_name,
111 const char *session_dictionary_name,
115 const char *python_class_name, const char *session_dictionary_name,
125 const char *python_class_name, const char *session_dictionary_name,
134 const char *session_dictionary_name, lldb_private::StructuredDataImpl *args,
166 const char *session_dictionary_name,
179 const char *session_dictionary_name,
184 const char *session_dictionary_name,
[all …]