Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties()
64 static ThreadProperties *g_settings_ptr = new ThreadProperties(true); in GetGlobalProperties()
101 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() function in ThreadProperties
110 ThreadProperties::~ThreadProperties() = default;
112 const RegularExpression *ThreadProperties::GetSymbolsToAvoidRegexp() { in GetSymbolsToAvoidRegexp()
117 FileSpecList ThreadProperties::GetLibrariesToAvoid() const { in GetLibrariesToAvoid()
122 bool ThreadProperties::GetTraceEnabledState() const { in GetTraceEnabledState()
128 bool ThreadProperties::GetStepInAvoidsNoDebug() const { in GetStepInAvoidsNoDebug()
134 bool ThreadProperties::GetStepOutAvoidsNoDebug() const { in GetStepOutAvoidsNoDebug()
140 uint64_t ThreadProperties::GetMaxBacktraceDepth() const { in GetMaxBacktraceDepth()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h37 class ThreadProperties : public Properties {
39 ThreadProperties(bool is_global);
41 ~ThreadProperties() override;
64 public ThreadProperties,
153 static ThreadProperties &GetGlobalProperties();