Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6680 WindowSP breakpoints_window_sp = in MenuDelegateAction() local
6689 if (breakpoints_window_sp) { in MenuDelegateAction()
6692 breakpoints_window_sp->GetHeight()); in MenuDelegateAction()
6693 main_window_sp->RemoveSubWindow(breakpoints_window_sp.get()); in MenuDelegateAction()
6699 breakpoints_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction()
6703 breakpoints_window_sp->SetDelegate(WindowDelegateSP( in MenuDelegateAction()