Changeset View
Changeset View
Standalone View
Standalone View
lldb/trunk/include/lldb/lldb-enumerations.h
Show First 20 Lines • Show All 140 Lines • ▼ Show 20 Lines | enum Format | ||||
eFormatVectorOfSInt8, | eFormatVectorOfSInt8, | ||||
eFormatVectorOfUInt8, | eFormatVectorOfUInt8, | ||||
eFormatVectorOfSInt16, | eFormatVectorOfSInt16, | ||||
eFormatVectorOfUInt16, | eFormatVectorOfUInt16, | ||||
eFormatVectorOfSInt32, | eFormatVectorOfSInt32, | ||||
eFormatVectorOfUInt32, | eFormatVectorOfUInt32, | ||||
eFormatVectorOfSInt64, | eFormatVectorOfSInt64, | ||||
eFormatVectorOfUInt64, | eFormatVectorOfUInt64, | ||||
eFormatVectorOfFloat16, | |||||
eFormatVectorOfFloat32, | eFormatVectorOfFloat32, | ||||
eFormatVectorOfFloat64, | eFormatVectorOfFloat64, | ||||
eFormatVectorOfUInt128, | eFormatVectorOfUInt128, | ||||
eFormatComplexInteger, // Integer complex type | eFormatComplexInteger, // Integer complex type | ||||
eFormatCharArray, // Print characters with no single quotes, used for character arrays that can contain non printable characters | eFormatCharArray, // Print characters with no single quotes, used for character arrays that can contain non printable characters | ||||
eFormatAddressInfo, // Describe what an address points to (func + offset with file/line, symbol + offset, data, etc) | eFormatAddressInfo, // Describe what an address points to (func + offset with file/line, symbol + offset, data, etc) | ||||
eFormatHexFloat, // ISO C99 hex float string | eFormatHexFloat, // ISO C99 hex float string | ||||
eFormatInstruction, // Disassemble an opcode | eFormatInstruction, // Disassemble an opcode | ||||
▲ Show 20 Lines • Show All 903 Lines • Show Last 20 Lines |