Home
last modified time | relevance | path

Searched refs:eFormatBytesWithASCII (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp120 TestDump<uint8_t>(1, lldb::eFormatBytesWithASCII, "01 ."); in TEST()
342 lldb::Format::eFormatBytesWithASCII, 3, in TEST()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp175 case eFormatBytesWithASCII: in FinalizeSettings()
291 m_format_options(eFormatBytesWithASCII, 1, 8), in CommandObjectMemoryRead()
293 m_prev_format_options(eFormatBytesWithASCII, 1, 8) { in CommandObjectMemoryRead()
1146 data, &result.GetOutputStream(), 0, lldb::eFormatBytesWithASCII, 1, in DoExecute()
1403 case eFormatBytesWithASCII: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp379 if (item_format == eFormatBytesWithASCII && in DumpDataExtractor()
450 case eFormatBytesWithASCII: in DumpDataExtractor()
903 if (item_format == eFormatBytesWithASCII) { in DumpDataExtractor()
H A DValueObject.cpp1142 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()
1215 (custom_format == eFormatBytesWithASCII)) { in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5737 return eFormatBytesWithASCII; in FormatForChar()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp39 case lldb::eFormatBytesWithASCII: in GetCompilerTypeForFormat()
H A DFormatManager.cpp37 {eFormatBytesWithASCII, 'Y', "bytes with ASCII"},
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h161 eFormatBytesWithASCII, enumerator
/llvm-project-15.0.7/lldb/source/API/
H A DSBData.cpp319 DumpDataExtractor(*m_opaque_sp, &strm, 0, lldb::eFormatBytesWithASCII, 1, in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp916 DumpDataExtractor(data, &s, 0, lldb::eFormatBytesWithASCII, 1, in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp808 eFormatBytesWithASCII, // Format to use in DumpPacket()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst287 .. py:data:: eFormatBytesWithASCII
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9068 case eFormatBytesWithASCII: in DumpTypeValue()