Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp413 m_dictionary_name(m_debugger.GetInstanceName()), in ScriptInterpreterPythonImpl()
418 m_dictionary_name.append("_dict"); in ScriptInterpreterPythonImpl()
420 run_string.Printf("%s = dict()", m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
428 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
436 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
446 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
453 m_dictionary_name.c_str()); in ScriptInterpreterPythonImpl()
459 m_dictionary_name.c_str(), m_debugger.GetID()); in ScriptInterpreterPythonImpl()
657 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()
670 m_dictionary_name.c_str(), m_debugger.GetID()); in EnterSession()
[all …]
H A DScriptInterpreterPythonImpl.h289 const char *GetDictionaryName() { return m_dictionary_name.c_str(); } in GetDictionaryName()
423 std::string m_dictionary_name; variable