LLDB mainline
Classes | Namespaces | Functions
LibCxx.h File Reference
#include "lldb/Core/ValueObject.h"
#include "lldb/DataFormatters/TypeSummary.h"
#include "lldb/DataFormatters/TypeSynthetic.h"
#include "lldb/Utility/Stream.h"

Go to the source code of this file.

Classes

class  lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
 
class  lldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEnd
 Formats libcxx's std::unordered_map iterators. More...
 
class  lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
 
class  lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 
namespace  lldb_private::formatters
 

Functions

lldb::ValueObjectSP lldb_private::formatters::GetChildMemberWithName (ValueObject &obj, llvm::ArrayRef< ConstString > alternative_names)
 Find a child member of obj_sp, trying all alternative names in order.
 
lldb::ValueObjectSP lldb_private::formatters::GetFirstValueOfLibCXXCompressedPair (ValueObject &pair)
 
lldb::ValueObjectSP lldb_private::formatters::GetSecondValueOfLibCXXCompressedPair (ValueObject &pair)
 
bool lldb_private::formatters::LibcxxStringSummaryProviderASCII (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxStringSummaryProviderUTF16 (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxStringSummaryProviderUTF32 (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxWStringSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxStringViewSummaryProviderASCII (ValueObject &valueObj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxStringViewSummaryProviderUTF16 (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxStringViewSummaryProviderUTF32 (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options)
 
bool lldb_private::formatters::LibcxxWStringViewSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxStdSliceArraySummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxSmartPointerSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxUniquePointerSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxFunctionSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
SyntheticChildrenFrontEnd * lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
bool lldb_private::formatters::LibcxxContainerSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxSpanSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 Formatter for libc++ std::span<>.
 
SyntheticChildrenFrontEndlldb_private::formatters::LibCxxMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibCxxVectorIteratorSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxBitsetSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxSharedPtrSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxUniquePtrSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdVectorSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdValarraySyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdSliceArraySyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdProxyArraySyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdListSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdForwardListSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdMapSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxInitializerListSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxQueueFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxTupleFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxOptionalSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxVariantFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdSpanSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
SyntheticChildrenFrontEndlldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEndCreator (CXXSyntheticChildren *, lldb::ValueObjectSP)
 
bool lldb_private::formatters::LibcxxChronoSysSecondsSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoSysDaysSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoLocalSecondsSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoLocalDaysSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoMonthSummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoWeekdaySummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)
 
bool lldb_private::formatters::LibcxxChronoYearMonthDaySummaryProvider (ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options)