Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h32 class ThreadProperties : public Properties {
34 ThreadProperties(bool is_global);
36 ~ThreadProperties() override;
60 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP;
63 public ThreadProperties,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp61 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 ThreadProperties
133 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 …]