Searched refs:ThreadProperties (Results 1 – 2 of 2) sorted by relevance
32 class ThreadProperties : public Properties {34 ThreadProperties(bool is_global);36 ~ThreadProperties() override;60 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP;63 public ThreadProperties,
61 new ThreadPropertiesSP(new ThreadProperties(true)); in GetGlobalProperties()100 ThreadOptionValueProperties(ThreadProperties *global_properties) in ThreadOptionValueProperties()123 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() function in ThreadProperties133 ThreadProperties::~ThreadProperties() = default;135 const RegularExpression *ThreadProperties::GetSymbolsToAvoidRegexp() { in GetSymbolsToAvoidRegexp()140 FileSpecList &ThreadProperties::GetLibrariesToAvoid() const { in GetLibrariesToAvoid()149 bool ThreadProperties::GetTraceEnabledState() const { in GetTraceEnabledState()155 bool ThreadProperties::GetStepInAvoidsNoDebug() const { in GetStepInAvoidsNoDebug()161 bool ThreadProperties::GetStepOutAvoidsNoDebug() const { in GetStepOutAvoidsNoDebug()167 uint64_t ThreadProperties::GetMaxBacktraceDepth() const { in GetMaxBacktraceDepth()[all …]