Home
last modified time | relevance | path

Searched refs:GetEscapeNonPrintables (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp322 const bool escape_non_printables = dump_options.GetEscapeNonPrintables(); in DumpEncodedBufferToStream()
368 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions()
375 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
386 SetEscapeNonPrintables(options.GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h67 bool GetEscapeNonPrintables() const { return m_escape_non_printables; } in GetEscapeNonPrintables() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DDebugger.h360 bool GetEscapeNonPrintables() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDebugger.cpp433 bool Debugger::GetEscapeNonPrintables() const { in GetEscapeNonPrintables() function in Debugger