Searched refs:eFormatChar (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 229 case 'c': format = eFormatChar; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 208 case eFormatChar: in FinalizeSettings() 861 if ( ( (format == eFormatChar) || (format == eFormatCharPrintable) ) in DoExecute() 1258 case eFormatChar: in DoExecute()
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 95 eFormatChar, enumerator
|
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 1450 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()
|
D | Address.cpp | 197 eFormatChar, // Print as characters in ReadCStringFromMemory()
|
D | ValueObject.cpp | 1472 custom_format == eFormatChar || in HasSpecialPrintableRepresentation() 1523 custom_format == eFormatChar || in DumpPrintableRepresentation() 1609 (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
/external/lldb/source/DataFormatters/ |
D | CXXFormatterFunctions.cpp | 622 valobj.GetValueAsCString(lldb::eFormatChar, value); in WCharSummaryProvider()
|
D | FormatManager.cpp | 44 { eFormatChar , 'c' , "character" },
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1917 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/ |
D | api-objects.txt | 1249 _lldb'.eFormatChar _lldb%27-module.html#eFormatChar 2218 lldb.eFormatChar lldb-module.html#eFormatChar
|