umdkv2
umdkv2 copied to clipboard
Nonaligned memory reads/writes from GDB
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.
Nonaligned reads now work. Nonaligned direct-writes work. Nonaligned indirect-writes still don't work.