Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp41 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 DTimeProfiler.cpp102 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 DThreadSpec.h113 ThreadName, enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h62 ThreadName, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp157 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 DOptions.td80 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 "