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

References

tools/lldb/source/Host/common/Editline.cpp
  218       history_sp = pos->second.lock();
  219       if (history_sp)
  220         return history_sp;
  223     history_sp.reset(new EditlineHistory(prefix, 800, true));
  224     g_weak_map[prefix] = history_sp;
  225     return history_sp;