GdbMiSession.dataReadMemory

MiPendingCommand dataReadMemory(string address, char fmt, int wordSize, int rows, int cols) @trusted

Reads memory from the debugged process.

Parameters

addressMemory address.
fmtFormat character (e.g. 'x', 'd', 'u').
wordSizeSize of a word in bytes (1, 2, 4, 8).
rowsNumber of rows.
colsNumber of columns.

Returns

A pending command for -data-read-memory.