Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp233 format = eFormatCString; in ParserGDBFormatLetter()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp70 if (GetFormat() == eFormatCString) { in FormatObject()
H A DVectorType.cpp51 case lldb::eFormatCString: in GetCompilerTypeForFormat()
H A DFormatManager.cpp42 {eFormatCString, 's', "c-string"},
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp132 case eFormatCString: in FinalizeSettings()
664 eFormatCString) { in DoExecute()
1486 case eFormatCString: { in DoExecute()
1492 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h167 eFormatCString, ///< NULL terminated C strings enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp546 case eFormatCString: { in DumpDataExtractor()
H A DValueObject.cpp1145 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1190 (custom_format == eFormatCString || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5721 return eFormatCString; in FormatForChar()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst292 .. py:data:: eFormatCString
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9117 case eFormatCString: // NULL terminated C strings in DumpTypeValue()