Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp75 class ThreadOptionValueProperties class
76 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
78 ThreadOptionValueProperties(ConstString name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties
89 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()
90 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()
103 std::make_shared<ThreadOptionValueProperties>(ConstString("thread")); in ThreadProperties()