Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3222 WindowSP threads_window_sp = m_window_sp->FindSubWindow("Threads"); in TerminalSizeChanged() local
3228 if (threads_window_sp) in TerminalSizeChanged()
3229 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
6130 WindowSP threads_window_sp( in Activate() local
6143 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()