For reference, this little utility:
# mrw: "memory read word", returns value of $reg
proc mrw {reg} {
set value ""
ocd_mem2array value 32 $reg 1
return $value(0)
}works fine in my tree, which is still at r1793. ... and yes, I'd be all for removing that hack which morphs "cmd arg1 arg2 ..." into "cmd_arg1" on typo. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
