LLDB mainline
|
#include <SBTypeFilter.h>
Public Member Functions | |
SBTypeFilter () | |
SBTypeFilter (uint32_t options) | |
SBTypeFilter (const lldb::SBTypeFilter &rhs) | |
~SBTypeFilter () | |
operator bool () const | |
bool | IsValid () const |
uint32_t | GetNumberOfExpressionPaths () |
const char * | GetExpressionPathAtIndex (uint32_t i) |
bool | ReplaceExpressionPathAtIndex (uint32_t i, const char *item) |
void | AppendExpressionPath (const char *item) |
void | Clear () |
uint32_t | GetOptions () |
void | SetOptions (uint32_t) |
bool | GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level) |
lldb::SBTypeFilter & | operator= (const lldb::SBTypeFilter &rhs) |
bool | IsEqualTo (lldb::SBTypeFilter &rhs) |
bool | operator== (lldb::SBTypeFilter &rhs) |
bool | operator!= (lldb::SBTypeFilter &rhs) |
Protected Member Functions | |
lldb::TypeFilterImplSP | GetSP () |
void | SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) |
SBTypeFilter (const lldb::TypeFilterImplSP &) | |
bool | CopyOnWrite_Impl () |
Protected Attributes | |
lldb::TypeFilterImplSP | m_opaque_sp |
Friends | |
class | SBDebugger |
class | SBTypeCategory |
class | SBValue |
Definition at line 17 of file SBTypeFilter.h.
SBTypeFilter::SBTypeFilter | ( | ) |
Definition at line 19 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA.
SBTypeFilter::SBTypeFilter | ( | uint32_t | options | ) |
Definition at line 21 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA.
SBTypeFilter::SBTypeFilter | ( | const lldb::SBTypeFilter & | rhs | ) |
Definition at line 26 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA.
|
default |
References lldb::operator==().
|
protected |
Definition at line 163 of file SBTypeFilter.cpp.
void SBTypeFilter::AppendExpressionPath | ( | const char * | item | ) |
Definition at line 106 of file SBTypeFilter.cpp.
References CopyOnWrite_Impl(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
void SBTypeFilter::Clear | ( | ) |
Definition at line 70 of file SBTypeFilter.cpp.
References CopyOnWrite_Impl(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
|
protected |
Definition at line 166 of file SBTypeFilter.cpp.
References GetExpressionPathAtIndex(), GetNumberOfExpressionPaths(), GetOptions(), IsValid(), m_opaque_sp, and SetSP().
Referenced by AppendExpressionPath(), Clear(), ReplaceExpressionPathAtIndex(), and SetOptions().
bool SBTypeFilter::GetDescription | ( | lldb::SBStream & | description, |
lldb::DescriptionLevel | description_level | ||
) |
Definition at line 58 of file SBTypeFilter.cpp.
References IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
const char * SBTypeFilter::GetExpressionPathAtIndex | ( | uint32_t | i | ) |
Definition at line 85 of file SBTypeFilter.cpp.
References lldb_private::ConstString::GetCString(), IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
Referenced by CopyOnWrite_Impl(), and IsEqualTo().
uint32_t SBTypeFilter::GetNumberOfExpressionPaths | ( | ) |
Definition at line 77 of file SBTypeFilter.cpp.
References IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
Referenced by CopyOnWrite_Impl(), and IsEqualTo().
uint32_t SBTypeFilter::GetOptions | ( | ) |
Definition at line 43 of file SBTypeFilter.cpp.
References IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
Referenced by CopyOnWrite_Impl(), and IsEqualTo().
|
protected |
Definition at line 157 of file SBTypeFilter.cpp.
References m_opaque_sp.
Referenced by lldb::SBTypeCategory::AddTypeFilter().
bool SBTypeFilter::IsEqualTo | ( | lldb::SBTypeFilter & | rhs | ) |
Definition at line 131 of file SBTypeFilter.cpp.
References GetExpressionPathAtIndex(), GetNumberOfExpressionPaths(), GetOptions(), IsValid(), and LLDB_INSTRUMENT_VA.
bool SBTypeFilter::IsValid | ( | ) | const |
Definition at line 33 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA.
Referenced by lldb::SBTypeCategory::AddTypeFilter(), CopyOnWrite_Impl(), GetDescription(), GetExpressionPathAtIndex(), GetNumberOfExpressionPaths(), GetOptions(), IsEqualTo(), operator!=(), and operator==().
|
explicit |
Definition at line 37 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA.
bool SBTypeFilter::operator!= | ( | lldb::SBTypeFilter & | rhs | ) |
Definition at line 148 of file SBTypeFilter.cpp.
References IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
lldb::SBTypeFilter & SBTypeFilter::operator= | ( | const lldb::SBTypeFilter & | rhs | ) |
Definition at line 113 of file SBTypeFilter.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_sp.
bool SBTypeFilter::operator== | ( | lldb::SBTypeFilter & | rhs | ) |
Definition at line 122 of file SBTypeFilter.cpp.
References IsValid(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
bool SBTypeFilter::ReplaceExpressionPathAtIndex | ( | uint32_t | i, |
const char * | item | ||
) |
Definition at line 97 of file SBTypeFilter.cpp.
References CopyOnWrite_Impl(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
void SBTypeFilter::SetOptions | ( | uint32_t | value | ) |
Definition at line 51 of file SBTypeFilter.cpp.
References CopyOnWrite_Impl(), LLDB_INSTRUMENT_VA, and m_opaque_sp.
|
protected |
Definition at line 159 of file SBTypeFilter.cpp.
References m_opaque_sp.
Referenced by CopyOnWrite_Impl(), and lldb::SBValue::GetTypeFilter().
|
friend |
Definition at line 57 of file SBTypeFilter.h.
|
friend |
Definition at line 58 of file SBTypeFilter.h.
|
friend |
Definition at line 59 of file SBTypeFilter.h.
|
protected |
Definition at line 65 of file SBTypeFilter.h.
Referenced by AppendExpressionPath(), Clear(), CopyOnWrite_Impl(), GetDescription(), GetExpressionPathAtIndex(), GetNumberOfExpressionPaths(), GetOptions(), GetSP(), operator!=(), operator=(), operator==(), ReplaceExpressionPathAtIndex(), SetOptions(), and SetSP().