Searched refs:ThreadName (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData() 61 data_dict_sp->AddStringItem(GetKey(OptionNames::ThreadName), m_name); in SerializeToStructuredData()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 102 llvm::get_thread_name(ThreadName); in TimeTraceProfiler() 254 writeMetadataEvent("thread_name", Tid, ThreadName); in write() 256 writeMetadataEvent("thread_name", TTP->Tid, TTP->ThreadName); in write() 281 SmallString<0> ThreadName; member
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 113 ThreadName, enumerator
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 62 ThreadName, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 157 Definition("name", EntryType::ThreadName), 322 ENUM_TO_CSTR(ThreadName); in TypeToCString() 1297 case Entry::Type::ThreadName: in Format()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | Options.td | 80 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose " 988 Arg<"ThreadName">, Desc<"The stop hook is run only for the thread whose "
|