ubyte[]. Empty array if zero bytes requested.GdbMiSession.readMemory
ubyte[] readMemory(string address, size_t count) @trustedReads raw memory into a buffer.
Parameters
address | Memory address. |
count | Number of bytes to read. |
Returns
The memory content as a
Throws
GdbException on error, GdbMemoryReadException if the memory
could not be read or parsed.