Re: [OpenOCD-devel] Printing of errors in command handlers

2019-06-06 Thread Antonio Borneo
On Thu, Jun 6, 2019 at 8:18 PM Christopher Head wrote: > > Hi folks, > I want to fix a bug I discovered, but I’m not sure how. Here’s the problem: > the “mwd” command calls a chain of functions. On a Cortex-M, this eventually > calls men_ap_write, which returns ERROR_TARGET_UNALIGNED_ACCESS

[OpenOCD-devel] Printing of errors in command handlers

2019-06-06 Thread Christopher Head
Hi folks, I want to fix a bug I discovered, but I’m not sure how. Here’s the problem: the “mwd” command calls a chain of functions. On a Cortex-M, this eventually calls men_ap_write, which returns ERROR_TARGET_UNALIGNED_ACCESS because it does not support 64-bit writes (this may not be the ideal