Searched refs:ThreadProperties (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThread.h26 class ThreadProperties : public Properties class in namespace:lldb_private
29 ThreadProperties(bool is_global);
32 ~ThreadProperties();
50 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP;
54 public ThreadProperties,
/external/lldb/source/Target/
H A DThread.cpp56 g_settings_sp.reset (new ThreadProperties (true));
85 ThreadOptionValueProperties (ThreadProperties *global_properties) :
112 ThreadProperties::ThreadProperties (bool is_global) : function in class:ThreadProperties
124 ThreadProperties::~ThreadProperties()
129 ThreadProperties::GetSymbolsToAvoidRegexp()
136 ThreadProperties::GetTraceEnabledState() const
242 ThreadProperties (false),

Completed in 385 milliseconds