Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/data-formatter/format-propagation/
DTestFormatPropagation.py77 Y.SetFormat(lldb.eFormatDecimal)
/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp215 case 'd': format = eFormatDecimal; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
/external/lldb/source/Core/
DDataExtractor.cpp1552 case eFormatDecimal: in Dump()
1932 …offset = Dump (s, offset, eFormatDecimal, 1, item_byte_size, item_byte_size, LLDB_INVALID_ADDRESS,… in Dump()
1944 …offset = Dump (s, offset, eFormatDecimal, sizeof(uint16_t), item_byte_size / sizeof(uint16_t), ite… in Dump()
1956 …offset = Dump (s, offset, eFormatDecimal, sizeof(uint32_t), item_byte_size / sizeof(uint32_t), ite… in Dump()
1968 …offset = Dump (s, offset, eFormatDecimal, sizeof(uint64_t), item_byte_size / sizeof(uint64_t), ite… in Dump()
DValueObject.cpp1612 (custom_format == eFormatDecimal) || in DumpPrintableRepresentation()
/external/lldb/include/lldb/
Dlldb-enumerations.h100 eFormatDecimal, enumerator
/external/lldb/source/Commands/
DCommandObjectMemory.cpp177 case eFormatDecimal: in FinalizeSettings()
1280 case eFormatDecimal: in DoExecute()
/external/lldb/source/DataFormatters/
DFormatManager.cpp48 { eFormatDecimal , 'd' , "decimal" },
290 return eFormatDecimal; in GetSingleItemFormat()
/external/lldb/source/Symbol/
DClangASTType.cpp1921 case BuiltinType::Short: return lldb::eFormatDecimal; in GetFormat()
1923 case BuiltinType::Int: return lldb::eFormatDecimal; in GetFormat()
1925 case BuiltinType::Long: return lldb::eFormatDecimal; in GetFormat()
1927 case BuiltinType::LongLong: return lldb::eFormatDecimal; in GetFormat()
1929 case BuiltinType::Int128: return lldb::eFormatDecimal; in GetFormat()
5938 case eFormatDecimal: in DumpTypeValue()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp390 reg_info.format = eFormatDecimal; in BuildDynamicRegisterInfo()
/external/lldb/www/python_reference/
Dapi-objects.txt1037 _lldb'.eFormatDecimal _lldb%27-module.html#eFormatDecimal
1908 lldb.eFormatDecimal lldb-module.html#eFormatDecimal