Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3601 StreamString thread_menu_title; in MenuDelegateAction() local
3602 thread_menu_title.Printf("Thread %u", thread_sp->GetIndexID()); in MenuDelegateAction()
3605 thread_menu_title.Printf(" %s", thread_name); in MenuDelegateAction()
3609 thread_menu_title.Printf(" %s", queue_name); in MenuDelegateAction()
3612 MenuSP(new Menu(thread_menu_title.GetString().str().c_str(), in MenuDelegateAction()