Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6526 StreamString thread_menu_title; in MenuDelegateAction() local
6527 thread_menu_title.Printf("Thread %u", thread_sp->GetIndexID()); in MenuDelegateAction()
6530 thread_menu_title.Printf(" %s", thread_name); in MenuDelegateAction()
6534 thread_menu_title.Printf(" %s", queue_name); in MenuDelegateAction()
6537 MenuSP(new Menu(thread_menu_title.GetString().str().c_str(), in MenuDelegateAction()