Searched refs:GetEscapeNonPrintables (Results 1 – 4 of 4) sorted by relevance
322 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()
67 bool GetEscapeNonPrintables() const { return m_escape_non_printables; } in GetEscapeNonPrintables() function
361 bool GetEscapeNonPrintables() const;
552 bool Debugger::GetEscapeNonPrintables() const { in GetEscapeNonPrintables() function in Debugger