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

References

tools/lldb/source/Core/IOHandler.cpp
 4469   if (!m_app_ap) {
 4470     m_app_ap.reset(new Application(GetInputFILE(), GetOutputFILE()));
 4474         new ApplicationDelegate(*m_app_ap, m_debugger));
 4541     m_app_ap->Initialize();
 4542     WindowSP &main_window_sp = m_app_ap->GetMainWindow();
 4610 void IOHandlerCursesGUI::Deactivate() { m_app_ap->Terminate(); }
 4613   m_app_ap->Run(m_debugger);