reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  446   m_dictionary_name.append("_dict");
  448   run_string.Printf("%s = dict()", m_dictionary_name.c_str());
  456       m_dictionary_name.c_str());
  463                     m_dictionary_name.c_str());
  473       m_dictionary_name.c_str());
  480                     m_dictionary_name.c_str());
  486                     m_dictionary_name.c_str(), m_debugger.GetID());
  696                       m_dictionary_name.c_str(), m_debugger.GetID());
  709                       m_dictionary_name.c_str(), m_debugger.GetID());
  773       As<PythonDictionary>(main_dict.GetItem(m_dictionary_name)));
  798       .ResolveName<PythonDictionary>(m_dictionary_name);
 1079         As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
 1191         As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
 1515                                                    m_dictionary_name.c_str());
 1579         class_name, m_dictionary_name.c_str(), process_sp);
 1865         class_name, python_interpreter->m_dictionary_name.c_str(),
 1971         class_name, python_interpreter->m_dictionary_name.c_str(), args_data,
 2092         class_name, python_interpreter->m_dictionary_name.c_str(), valobj);
 2114         class_name, m_dictionary_name.c_str(), debugger_sp);
 2272               python_interpreter->m_dictionary_name.c_str(), stop_frame_sp,
 2320               python_interpreter->m_dictionary_name.c_str(), stop_frame_sp,
 2573         impl_function, m_dictionary_name.c_str(), process_sp, output);
 2598         impl_function, m_dictionary_name.c_str(), thread_sp, output);
 2623         impl_function, m_dictionary_name.c_str(), target_sp, output);
 2648         impl_function, m_dictionary_name.c_str(), frame_sp, output);
 2673         impl_function, m_dictionary_name.c_str(), value_sp, output);
 2821                                       m_dictionary_name.c_str(), debugger_sp)) {
 2916         impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(),
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  269   const char *GetDictionaryName() { return m_dictionary_name.c_str(); }