LLDB mainline
|
#include <StringPrinter.h>
Private Attributes | |
Address | m_location |
lldb::TargetSP | m_target_sp |
bool | m_has_source_size = false |
True iff we know the source size of the string. | |
Definition at line 102 of file StringPrinter.h.
|
default |
lldb_private::formatters::StringPrinter::ReadStringAndDumpToStreamOptions::ReadStringAndDumpToStreamOptions | ( | ValueObject & | valobj | ) |
Definition at line 364 of file StringPrinter.cpp.
References lldb_private::ValueObject::GetTargetSP(), and lldb_private::formatters::StringPrinter::DumpToStreamOptions::SetEscapeNonPrintables().
|
inline |
Definition at line 110 of file StringPrinter.h.
References m_location.
Referenced by lldb_private::formatters::ReadEncodedBufferAndDumpToStream().
|
inline |
Definition at line 114 of file StringPrinter.h.
References m_target_sp.
Referenced by lldb_private::formatters::ReadEncodedBufferAndDumpToStream().
|
inline |
Definition at line 118 of file StringPrinter.h.
References m_has_source_size.
Referenced by lldb_private::formatters::ReadEncodedBufferAndDumpToStream().
|
inline |
Definition at line 116 of file StringPrinter.h.
References m_has_source_size.
Referenced by lldb_private::formatters::LibStdcppStringSummaryProvider(), lldb_private::formatters::LibStdcppWStringSummaryProvider(), and lldb_private::formatters::NSStringSummaryProvider().
|
inline |
Definition at line 108 of file StringPrinter.h.
References l, and m_location.
Referenced by CharStringSummaryProvider(), lldb_private::formatters::LibStdcppStringSummaryProvider(), lldb_private::formatters::LibStdcppWStringSummaryProvider(), lldb_private::formatters::NSStringSummaryProvider(), and lldb_private::formatters::WCharStringSummaryProvider().
|
inline |
Definition at line 112 of file StringPrinter.h.
References m_target_sp.
Referenced by CharStringSummaryProvider(), lldb_private::formatters::LibStdcppStringSummaryProvider(), lldb_private::formatters::LibStdcppWStringSummaryProvider(), lldb_private::formatters::NSStringSummaryProvider(), and lldb_private::formatters::WCharStringSummaryProvider().
|
private |
True iff we know the source size of the string.
Definition at line 124 of file StringPrinter.h.
Referenced by HasSourceSize(), and SetHasSourceSize().
|
private |
Definition at line 121 of file StringPrinter.h.
Referenced by GetLocation(), and SetLocation().
|
private |
Definition at line 122 of file StringPrinter.h.
Referenced by GetTargetSP(), and SetTargetSP().