Searched refs:python_function_name (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | SWIGPythonBridge.h | 106 const char *python_function_name, const char *session_dictionary_name, 112 const char *python_function_name, const char *session_dictionary_name, 116 const char *python_function_name, const char *session_dictionary_name, 119 bool LLDBSwigPythonCallTypeScript(const char *python_function_name, 178 bool LLDBSwigPythonCallCommand(const char *python_function_name, 206 bool LLDBSWIGPythonRunScriptKeywordProcess(const char *python_function_name, 212 LLDBSWIGPythonRunScriptKeywordThread(const char *python_function_name, 216 bool LLDBSWIGPythonRunScriptKeywordTarget(const char *python_function_name, 222 LLDBSWIGPythonRunScriptKeywordFrame(const char *python_function_name, 226 bool LLDBSWIGPythonRunScriptKeywordValue(const char *python_function_name,
|
H A D | ScriptInterpreterPython.cpp | 2020 const char *python_function_name, lldb::ValueObjectSP valobj, in GetScriptedSummary() argument 2041 if (python_function_name && *python_function_name) { in GetScriptedSummary() 2051 python_function_name, GetSessionDictionary().get(), valobj, in GetScriptedSummary() 2071 const char *python_function_name, TypeImplSP type_impl_sp) { in FormatterCallbackFunction() argument 2075 python_function_name, m_dictionary_name.c_str(), type_impl_sp); in FormatterCallbackFunction() 2082 const char *python_function_name = bp_option_data->script_source.c_str(); in BreakpointCallbackFunction() local 2100 if (python_function_name && python_function_name[0]) { in BreakpointCallbackFunction() 2115 python_function_name, in BreakpointCallbackFunction() 2147 const char *python_function_name = wp_option_data->script_source.c_str(); in WatchpointCallbackFunction() local 2165 if (python_function_name && python_function_name[0]) { in WatchpointCallbackFunction() [all …]
|
/openbsd-src/gnu/llvm/lldb/bindings/python/ |
H A D | python-wrapper.swig | 20 const char *python_function_name, const char *session_dictionary_name, 32 python_function_name, dict); 69 const char *python_function_name, const char *session_dictionary_name, 79 python_function_name, dict); 98 const char *python_function_name, const char *session_dictionary_name, 106 python_function_name, dict); 120 const char *python_function_name, const void *session_dictionary, 126 if (!python_function_name || !session_dictionary) 152 python_function_name, dict); 757 const char *python_function_name, const char *session_dictionary_name, [all …]
|