Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A 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/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h67 bool GetEscapeNonPrintables() const { return m_escape_non_printables; } in GetEscapeNonPrintables() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h361 bool GetEscapeNonPrintables() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp552 bool Debugger::GetEscapeNonPrintables() const { in GetEscapeNonPrintables() function in Debugger