Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp85 class ThreadOptionValueProperties : public OptionValueProperties class
88 ThreadOptionValueProperties (const ConstString &name) : in ThreadOptionValueProperties() function in ThreadOptionValueProperties
96 ThreadOptionValueProperties (ThreadProperties *global_properties) : in ThreadOptionValueProperties() function in ThreadOptionValueProperties
112ThreadOptionValueProperties *instance_properties = static_cast<ThreadOptionValueProperties *>(thre… in GetPropertyAtIndex()
128 m_collection_sp.reset (new ThreadOptionValueProperties(ConstString("thread"))); in ThreadProperties()
132 … m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get())); in ThreadProperties()