dexamine [ -column_count cnt ] [ -count cnt ] [ -data_only ] [ -show_chars ]
[ -string_length len ] [ -format fmt ] [ -memory_info ]
[ -wordsize size ] variable_or_expressionDoes not display memory values with a prefixed address: field or address annotations. This option is incompatible with -memory_info.Specifies the format to use when displaying memory. The default format is hex. You can abbreviate each of these to the first character in the format’s name.Shows information about the type of memory associated with the address. Without this option, the CLI does not display this information. This argument is incompatible with -data_only. When you use this option, the CLI annotates address each line in the dump as follows:[A]: Allocated block of memory
[D]: Deallocated block of memory
[G]: Address is a guard region
[C]: Address is a corrupted guard regionSpecifies the “word size” to apply to the format. The default word size is '1' for most formats. For 'address' format, the word size is always the size of a target pointer. The values can be 1, 2, 4, 8 or one of the following: b (byte), h (half word), w (word), or g (giant).
![]()
Instead of using the listed dexamine options, you can instead use the gdb examine command syntax.
Rogue Wave Software, Inc. |
Voice: (303) 473-9118 |
support@roguewave.com |