Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp76 class ThreadOptionValueProperties class
77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
79 ThreadOptionValueProperties(ConstString name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties
90 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()
91 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()
104 std::make_shared<ThreadOptionValueProperties>(ConstString("thread")); in ThreadProperties()