Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4432 WindowSP threads_window_sp = m_window_sp->FindSubWindow("Threads"); in TerminalSizeChanged() local
4438 if (threads_window_sp) in TerminalSizeChanged()
4439 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
6656 WindowSP threads_window_sp = main_window_sp->FindSubWindow("Threads"); in MenuDelegateAction() local
6659 const Rect threads_bounds = threads_window_sp->GetBounds(); in MenuDelegateAction()
6667 threads_window_sp->Resize(threads_bounds.size.width, in MenuDelegateAction()
6675 threads_window_sp->SetBounds(new_threads_bounds); in MenuDelegateAction()
7661 WindowSP threads_window_sp( in Activate() local
7674 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()