Searched refs:ThreadProperties (Results 1 – 2 of 2) sorted by relevance
34 class ThreadProperties : public Properties {36 ThreadProperties(bool is_global);38 ~ThreadProperties() override;60 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP;63 public ThreadProperties,
62 new ThreadPropertiesSP(new ThreadProperties(true)); in GetGlobalProperties()82 ThreadOptionValueProperties(ThreadProperties *global_properties) in ThreadOptionValueProperties()105 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() function in ThreadProperties115 ThreadProperties::~ThreadProperties() = default;117 const RegularExpression *ThreadProperties::GetSymbolsToAvoidRegexp() { in GetSymbolsToAvoidRegexp()122 FileSpecList ThreadProperties::GetLibrariesToAvoid() const { in GetLibrariesToAvoid()131 bool ThreadProperties::GetTraceEnabledState() const { in GetTraceEnabledState()137 bool ThreadProperties::GetStepInAvoidsNoDebug() const { in GetStepInAvoidsNoDebug()143 bool ThreadProperties::GetStepOutAvoidsNoDebug() const { in GetStepOutAvoidsNoDebug()149 uint64_t ThreadProperties::GetMaxBacktraceDepth() const { in GetMaxBacktraceDepth()[all …]