LLDB mainline
Public Member Functions | List of all members
lldb_private::ThreadProperties Class Reference

#include <Thread.h>

Inheritance diagram for lldb_private::ThreadProperties:
Inheritance graph
[legend]

Public Member Functions

 ThreadProperties (bool is_global)
 
 ~ThreadProperties () override
 
const RegularExpressionGetSymbolsToAvoidRegexp ()
 The regular expression returned determines symbols that this thread won't stop in during "step-in" operations.
 
FileSpecList GetLibrariesToAvoid () const
 
bool GetTraceEnabledState () const
 
bool GetStepInAvoidsNoDebug () const
 
bool GetStepOutAvoidsNoDebug () const
 
uint64_t GetMaxBacktraceDepth () const
 
- Public Member Functions inherited from lldb_private::Properties
 Properties ()
 
 Properties (const lldb::OptionValuePropertiesSP &collection_sp)
 
virtual ~Properties ()
 
virtual lldb::OptionValuePropertiesSP GetValueProperties () const
 
virtual lldb::OptionValueSP GetPropertyValue (const ExecutionContext *exe_ctx, llvm::StringRef property_path, Status &error) const
 
virtual Status SetPropertyValue (const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef property_path, llvm::StringRef value)
 
virtual Status DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false)
 
virtual void DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask, bool is_json=false)
 
virtual void DumpAllDescriptions (CommandInterpreter &interpreter, Stream &strm) const
 
size_t Apropos (llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const
 
template<typename T >
GetPropertyAtIndexAs (uint32_t idx, T default_value, const ExecutionContext *exe_ctx=nullptr) const
 
template<typename T , typename U = typename std::remove_pointer<T>::type, std::enable_if_t< std::is_pointer_v< T >, bool > = true>
const U * GetPropertyAtIndexAs (uint32_t idx, const ExecutionContext *exe_ctx=nullptr) const
 
template<typename T >
bool SetPropertyAtIndex (uint32_t idx, T t, const ExecutionContext *exe_ctx=nullptr) const
 

Additional Inherited Members

- Static Public Member Functions inherited from lldb_private::Properties
static llvm::StringRef GetExperimentalSettingsName ()
 
static bool IsSettingExperimental (llvm::StringRef setting)
 
- Protected Attributes inherited from lldb_private::Properties
lldb::OptionValuePropertiesSP m_collection_sp
 

Detailed Description

Definition at line 36 of file Thread.h.

Constructor & Destructor Documentation

◆ ThreadProperties()

ThreadProperties::ThreadProperties ( bool  is_global)

◆ ~ThreadProperties()

ThreadProperties::~ThreadProperties ( )
overridedefault

Member Function Documentation

◆ GetLibrariesToAvoid()

FileSpecList ThreadProperties::GetLibrariesToAvoid ( ) const

Definition at line 117 of file Thread.cpp.

◆ GetMaxBacktraceDepth()

uint64_t ThreadProperties::GetMaxBacktraceDepth ( ) const

Definition at line 140 of file Thread.cpp.

Referenced by lldb_private::UnwindLLDB::GetOneMoreFrame().

◆ GetStepInAvoidsNoDebug()

bool ThreadProperties::GetStepInAvoidsNoDebug ( ) const

◆ GetStepOutAvoidsNoDebug()

bool ThreadProperties::GetStepOutAvoidsNoDebug ( ) const

◆ GetSymbolsToAvoidRegexp()

const RegularExpression * ThreadProperties::GetSymbolsToAvoidRegexp ( )

The regular expression returned determines symbols that this thread won't stop in during "step-in" operations.

Returns
A pointer to a regular expression to compare against symbols, or nullptr if all symbols are allowed.

Definition at line 112 of file Thread.cpp.

Referenced by lldb_private::ThreadPlanStepInRange::FrameMatchesAvoidCriteria().

◆ GetTraceEnabledState()

bool ThreadProperties::GetTraceEnabledState ( ) const

Definition at line 122 of file Thread.cpp.

Referenced by lldb_private::ThreadPlanBase::ThreadPlanBase().


The documentation for this class was generated from the following files: