Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp233 format = eFormatCString; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp69 if (GetFormat() == eFormatCString) { in FormatObject()
H A DVectorType.cpp48 case lldb::eFormatCString: in GetCompilerTypeForFormat()
H A DFormatManager.cpp41 {eFormatCString, 's', "c-string"},
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp131 case eFormatCString: in FinalizeSettings()
663 eFormatCString) { in DoExecute()
1485 case eFormatCString: { in DoExecute()
1491 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp134 TestDump(llvm::StringRef("aardvark"), lldb::Format::eFormatCString, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h166 eFormatCString, ///< NULL terminated C strings enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp544 case eFormatCString: { in DumpDataExtractor()
H A DValueObject.cpp1136 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1181 (custom_format == eFormatCString || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5719 return eFormatCString; in FormatForChar()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst292 .. py:data:: eFormatCString
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9039 case eFormatCString: // NULL terminated C strings in DumpTypeValue()