Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMemory.cpp149 case eFormatCString: in FinalizeSettings()
680 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString) in DoExecute()
1259 case eFormatCString: in DoExecute()
1264 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp230 case 's': format = eFormatCString; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
/external/lldb/include/lldb/
Dlldb-enumerations.h99 eFormatCString, // NULL terminated C strings enumerator
/external/lldb/source/Core/
DValueObject.cpp1339 if (format == eFormatCString) in GetValueAsCString()
1470 (custom_format == eFormatCString || in HasSpecialPrintableRepresentation()
1521 (custom_format == eFormatCString || in DumpPrintableRepresentation()
DDataExtractor.cpp1615 case eFormatCString: in Dump()
/external/lldb/source/DataFormatters/
DFormatManager.cpp47 { eFormatCString , 's' , "c-string" },
/external/lldb/www/python_reference/
Dapi-objects.txt273 _lldb'.eFormatCString _lldb%27-module.html#eFormatCString
2015 lldb.eFormatCString lldb-module.html#eFormatCString
/external/lldb/source/Symbol/
DClangASTType.cpp5937 case eFormatCString: // NULL terminated C strings in DumpTypeValue()