Re: [Openocd-development] making target_write_memory() disable read-only MMU bit

2009-10-20 Thread Øyvind Harboe
On Tue, Oct 20, 2009 at 6:10 PM, Magnus Lundin wrote: > Øyvind Harboe wrote: >> >> Would anybody object strongly to making target_write_memory() >> temporarily disable MMU read-only bits? >> >> This would be e.g. to enable setting breakpoints in memory >> the MMU has mapped as read-only. >> >> If

Re: [Openocd-development] making target_write_memory() disable read-only MMU bit

2009-10-20 Thread Magnus Lundin
Øyvind Harboe wrote: > Would anybody object strongly to making target_write_memory() > temporarily disable MMU read-only bits? > > This would be e.g. to enable setting breakpoints in memory > the MMU has mapped as read-only. > > If someone has tips or ideas on how to implement this, I would > great

[Openocd-development] making target_write_memory() disable read-only MMU bit

2009-10-20 Thread Øyvind Harboe
Would anybody object strongly to making target_write_memory() temporarily disable MMU read-only bits? This would be e.g. to enable setting breakpoints in memory the MMU has mapped as read-only. If someone has tips or ideas on how to implement this, I would greatly appreciate input. -- Øyvind Ha