Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp229 case 'c': format = eFormatChar; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp208 case eFormatChar: in FinalizeSettings()
861 if ( ( (format == eFormatChar) || (format == eFormatCharPrintable) ) in DoExecute()
1258 case eFormatChar: in DoExecute()
/external/lldb/include/lldb/
Dlldb-enumerations.h95 eFormatChar, enumerator
/external/lldb/source/Core/
DDataExtractor.cpp1450 if (item_format != eFormatChar && in Dump()
1507 case eFormatChar: in Dump()
1513 if (item_count == 1 && item_format == eFormatChar) in Dump()
1546 if (item_count == 1 && item_format == eFormatChar) in Dump()
DAddress.cpp197 eFormatChar, // Print as characters in ReadCStringFromMemory()
DValueObject.cpp1472 custom_format == eFormatChar || in HasSpecialPrintableRepresentation()
1523 custom_format == eFormatChar || in DumpPrintableRepresentation()
1609 (custom_format == eFormatChar) || in DumpPrintableRepresentation()
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp622 valobj.GetValueAsCString(lldb::eFormatChar, value); in WCharSummaryProvider()
DFormatManager.cpp44 { eFormatChar , 'c' , "character" },
/external/lldb/source/Symbol/
DClangASTType.cpp1917 case BuiltinType::WChar_U: return lldb::eFormatChar; in GetFormat()
5698 …data.Dump(s, data_byte_offset, lldb::eFormatChar, element_byte_size, element_count, UINT32_MAX, LL… in DumpValue()
5961 case eFormatChar: in DumpTypeValue()
6034 … cstr_data.Dump(s, 0, lldb::eFormatChar, 1, len, UINT32_MAX, LLDB_INVALID_ADDRESS, 0, 0); in DumpSummary()
/external/lldb/www/python_reference/
Dapi-objects.txt1249 _lldb'.eFormatChar _lldb%27-module.html#eFormatChar
2218 lldb.eFormatChar lldb-module.html#eFormatChar