GdbMiSession.dataSearchMemory

MiPendingCommand dataSearchMemory(string address, size_t length, string pattern) @trusted

Searches memory for a pattern.

Parameters

addressStart address.
lengthLength of memory to search.
patternPattern to search for (hex string or value).

Returns

A pending command for -interpreter-exec console "find ...".