LLDB mainline
|
#include <TypeSummary.h>
Public Types | |
typedef std::function< bool(ValueObject &, Stream &, const TypeSummaryOptions &)> | Callback |
typedef std::shared_ptr< CXXFunctionSummaryFormat > | SharedPointer |
Public Types inherited from lldb_private::TypeSummaryImpl | |
enum class | Kind { eSummaryString , eScript , eCallback , eInternal } |
typedef std::shared_ptr< TypeSummaryImpl > | SharedPointer |
Public Member Functions | |
CXXFunctionSummaryFormat (const TypeSummaryImpl::Flags &flags, Callback impl, const char *description) | |
~CXXFunctionSummaryFormat () override=default | |
Callback | GetBackendFunction () const |
const char * | GetTextualInfo () const |
void | SetBackendFunction (Callback cb_func) |
void | SetTextualInfo (const char *descr) |
bool | FormatObject (ValueObject *valobj, std::string &dest, const TypeSummaryOptions &options) override |
std::string | GetDescription () override |
Public Member Functions inherited from lldb_private::TypeSummaryImpl | |
virtual | ~TypeSummaryImpl ()=default |
Kind | GetKind () const |
bool | Cascades () const |
bool | SkipsPointers () const |
bool | SkipsReferences () const |
bool | NonCacheable () const |
virtual bool | DoesPrintChildren (ValueObject *valobj) const |
virtual bool | DoesPrintEmptyAggregates () const |
virtual bool | DoesPrintValue (ValueObject *valobj) const |
bool | IsOneLiner () const |
virtual bool | HideNames (ValueObject *valobj) const |
void | SetCascades (bool value) |
void | SetSkipsPointers (bool value) |
void | SetSkipsReferences (bool value) |
virtual void | SetDoesPrintChildren (bool value) |
virtual void | SetDoesPrintValue (bool value) |
void | SetIsOneLiner (bool value) |
virtual void | SetHideNames (bool value) |
virtual void | SetNonCacheable (bool value) |
uint32_t | GetOptions () |
void | SetOptions (uint32_t value) |
virtual bool | FormatObject (ValueObject *valobj, std::string &dest, const TypeSummaryOptions &options)=0 |
virtual std::string | GetDescription ()=0 |
uint32_t & | GetRevision () |
Static Public Member Functions | |
static bool | classof (const TypeSummaryImpl *S) |
Public Attributes | |
Callback | m_impl |
std::string | m_description |
Private Member Functions | |
CXXFunctionSummaryFormat (const CXXFunctionSummaryFormat &)=delete | |
const CXXFunctionSummaryFormat & | operator= (const CXXFunctionSummaryFormat &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from lldb_private::TypeSummaryImpl | |
TypeSummaryImpl (Kind kind, const TypeSummaryImpl::Flags &flags) | |
Protected Attributes inherited from lldb_private::TypeSummaryImpl | |
uint32_t | m_my_revision = 0 |
Flags | m_flags |
Definition at line 306 of file TypeSummary.h.
typedef std::function<bool(ValueObject &, Stream &, const TypeSummaryOptions &)> lldb_private::CXXFunctionSummaryFormat::Callback |
Definition at line 311 of file TypeSummary.h.
typedef std::shared_ptr<CXXFunctionSummaryFormat> lldb_private::CXXFunctionSummaryFormat::SharedPointer |
Definition at line 343 of file TypeSummary.h.
CXXFunctionSummaryFormat::CXXFunctionSummaryFormat | ( | const TypeSummaryImpl::Flags & | flags, |
Callback | impl, | ||
const char * | description | ||
) |
Definition at line 119 of file TypeSummary.cpp.
|
overridedefault |
|
privatedelete |
|
inlinestatic |
Definition at line 339 of file TypeSummary.h.
References lldb_private::TypeSummaryImpl::eCallback, and lldb_private::TypeSummaryImpl::GetKind().
|
overridevirtual |
Implements lldb_private::TypeSummaryImpl.
Definition at line 124 of file TypeSummary.cpp.
References lldb_private::StreamString::GetString(), and m_impl.
|
inline |
Definition at line 321 of file TypeSummary.h.
References m_impl.
|
overridevirtual |
Implements lldb_private::TypeSummaryImpl.
Definition at line 135 of file TypeSummary.cpp.
References lldb_private::TypeSummaryImpl::Cascades(), lldb_private::TypeSummaryImpl::DoesPrintChildren(), lldb_private::TypeSummaryImpl::DoesPrintValue(), lldb_private::StreamString::GetString(), lldb_private::TypeSummaryImpl::HideNames(), lldb_private::TypeSummaryImpl::IsOneLiner(), m_description, lldb_private::Stream::Printf(), lldb_private::TypeSummaryImpl::SkipsPointers(), and lldb_private::TypeSummaryImpl::SkipsReferences().
|
inline |
Definition at line 323 of file TypeSummary.h.
References m_description.
|
privatedelete |
|
inline |
Definition at line 325 of file TypeSummary.h.
References m_impl.
|
inline |
Definition at line 327 of file TypeSummary.h.
References m_description.
std::string lldb_private::CXXFunctionSummaryFormat::m_description |
Definition at line 314 of file TypeSummary.h.
Referenced by GetDescription(), GetTextualInfo(), and SetTextualInfo().
Callback lldb_private::CXXFunctionSummaryFormat::m_impl |
Definition at line 313 of file TypeSummary.h.
Referenced by FormatObject(), GetBackendFunction(), and SetBackendFunction().