Home
last modified time | relevance | path

Searched refs:eFormatCString (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupFormat.cpp230 case 's': format = eFormatCString; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeFormat.cpp98 if (GetFormat() == eFormatCString) in FormatObject()
HDVectorType.cpp49 case lldb::eFormatCString: in GetClangTypeForFormat()
HDFormatManager.cpp45 { eFormatCString , 's' , "c-string" },
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp155 case eFormatCString: in FinalizeSettings()
695 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString) in DoExecute()
1597 case eFormatCString: in DoExecute()
1602 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h128 eFormatCString, // NULL terminated C strings enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp1534 (custom_format == eFormatCString || in HasSpecialPrintableRepresentation()
1586 (custom_format == eFormatCString || in DumpPrintableRepresentation()
HDDataExtractor.cpp1660 case eFormatCString: in Dump()
HDIOHandler.cpp3713 case 's': return eFormatCString; in FormatForChar()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6511 case eFormatCString: // NULL terminated C strings in DumpTypeValue()