Home
last modified time | relevance | path

Searched refs:m_dictionary_name (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp530 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()
539 m_dictionary_name.append("_dict"); in ScriptInterpreterPythonImpl()
541 run_string.Printf("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
549 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
556 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
566 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
573 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
579 m_dictionary_name.c_str(), m_debugger.GetID()); in ScriptInterpreterPythonImpl()
788 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()
801 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()
[all …]
DScriptInterpreterPythonImpl.h277 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName()
406 std::string m_dictionary_name; variable