Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp92 class ThreadOptionValueProperties : public OptionValueProperties { class
94 ThreadOptionValueProperties(const ConstString &name) in ThreadOptionValueProperties() function in ThreadOptionValueProperties
100 ThreadOptionValueProperties(ThreadProperties *global_properties) in ThreadOptionValueProperties() function in ThreadOptionValueProperties
112 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()
113 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()
126 new ThreadOptionValueProperties(ConstString("thread"))); in ThreadProperties()
130 new ThreadOptionValueProperties(Thread::GetGlobalProperties().get())); in ThreadProperties()