umdkv2 icon indicating copy to clipboard operation
umdkv2 copied to clipboard

Nonaligned memory reads/writes from GDB

Open makestuff opened this issue 13 years ago • 1 comments

There's no guarantee that GDB's memory I/O requests over remote serial protocol will be word-aligned. The UMDKv2 must support nonaligned accesses.

makestuff avatar Jul 14 '11 00:07 makestuff

Nonaligned reads now work. Nonaligned direct-writes work. Nonaligned indirect-writes still don't work.

makestuff avatar Jun 24 '14 14:06 makestuff