Searched refs:eFormatBytesWithASCII (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 120 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 D | CommandObjectMemory.cpp | 175 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 D | DumpDataExtractor.cpp | 379 if (item_format == eFormatBytesWithASCII && in DumpDataExtractor() 450 case eFormatBytesWithASCII: in DumpDataExtractor() 903 if (item_format == eFormatBytesWithASCII) { in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1142 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation() 1215 (custom_format == eFormatBytesWithASCII)) { in DumpPrintableRepresentation()
|
| H A D | IOHandlerCursesGUI.cpp | 5737 return eFormatBytesWithASCII; in FormatForChar()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 39 case lldb::eFormatBytesWithASCII: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 37 {eFormatBytesWithASCII, 'Y', "bytes with ASCII"},
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 161 eFormatBytesWithASCII, enumerator
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBData.cpp | 319 DumpDataExtractor(*m_opaque_sp, &strm, 0, lldb::eFormatBytesWithASCII, 1, in GetDescription()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 916 DumpDataExtractor(data, &s, 0, lldb::eFormatBytesWithASCII, 1, in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 808 eFormatBytesWithASCII, // Format to use in DumpPacket()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 287 .. py:data:: eFormatBytesWithASCII
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9068 case eFormatBytesWithASCII: in DumpTypeValue()
|