Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp5557 WindowSP status_window_sp (main_window_sp->CreateSubWindow("Status", in Activate() local
5560status_window_sp->SetCanBeActive(false); // Don't let the status bar become the active window in Activate()
5566 status_window_sp->SetDelegate (WindowDelegateSP(new StatusBarWindowDelegate(m_debugger))); in Activate()