Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6657 WindowSP breakpoints_window_sp = in MenuDelegateAction() local
6666 if (breakpoints_window_sp) { in MenuDelegateAction()
6669 breakpoints_window_sp->GetHeight()); in MenuDelegateAction()
6670 main_window_sp->RemoveSubWindow(breakpoints_window_sp.get()); in MenuDelegateAction()
6676 breakpoints_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction()
6680 breakpoints_window_sp->SetDelegate(WindowDelegateSP( in MenuDelegateAction()