Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp2909 ProcessAttachFormDelegate(Debugger &debugger, WindowSP main_window_sp) in ProcessAttachFormDelegate() argument
2910 : m_debugger(debugger), m_main_window_sp(main_window_sp) { in ProcessAttachFormDelegate()
3256 ProcessLaunchFormDelegate(Debugger &debugger, WindowSP main_window_sp) in ProcessLaunchFormDelegate() argument
3257 : m_debugger(debugger), m_main_window_sp(main_window_sp) { in ProcessLaunchFormDelegate()
6383 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction() local
6386 Rect bounds = main_window_sp->GetCenteredRect(80, 19); in MenuDelegateAction()
6387 WindowSP form_window_sp = main_window_sp->CreateSubWindow( in MenuDelegateAction()
6434 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction() local
6436 new ProcessAttachFormDelegate(m_debugger, main_window_sp)); in MenuDelegateAction()
6437 Rect bounds = main_window_sp->GetCenteredRect(80, 22); in MenuDelegateAction()
[all …]