Searched refs:WindowDelegateSP (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp634 typedef std::shared_ptr<WindowDelegate> WindowDelegateSP; typedef in namespace:curses
637 typedef std::vector<WindowDelegateSP> WindowDelegates;
1346 help_window_sp->SetDelegate(WindowDelegateSP(help_delegate_ap.release()));
1458 const WindowDelegateSP &
1465 SetDelegate (const WindowDelegateSP &delegate_sp)
1553 WindowDelegateSP m_delegate_sp;
4251 new_window_sp->SetDelegate (WindowDelegateSP(new FrameVariablesWindowDelegate(m_debugger)));
4307 new_window_sp->SetDelegate (WindowDelegateSP(new RegistersWindowDelegate(m_debugger)));
5236 source_window_sp->SetDelegate (WindowDelegateSP(new SourceFileWindowDelegate(m_debugger)));
5237 variables_window_sp->SetDelegate (WindowDelegateSP(ne
[all...]

Completed in 48 milliseconds