Re: [Openocd-development] [PATCH 1/2] omap4430: force hardware breakpoints for GDB

2011-03-09 Thread Aaron Carroll
On 10 March 2011 16:19, Peter Stuge wrote: > Aaron Carroll wrote: >> Soft breakpoints are currently broken if the MMU is enabled due to incorrect >> cache flushing.  Until this is fixed, force the use of hardware breakpoints. >> >> Signed-off-by: Aaron Carroll > > What would it take to fix soft b

Re: [Openocd-development] [PATCH 1/2] omap4430: force hardware breakpoints for GDB

2011-03-09 Thread Peter Stuge
Aaron Carroll wrote: > Soft breakpoints are currently broken if the MMU is enabled due to incorrect > cache flushing. Until this is fixed, force the use of hardware breakpoints. > > Signed-off-by: Aaron Carroll What would it take to fix soft breakpoints? Meanwhile: Acked-by: Peter Stuge _

[Openocd-development] [PATCH 1/2] omap4430: force hardware breakpoints for GDB

2011-03-09 Thread Aaron Carroll
Soft breakpoints are currently broken if the MMU is enabled due to incorrect cache flushing. Until this is fixed, force the use of hardware breakpoints. Signed-off-by: Aaron Carroll --- tcl/target/omap4430.cfg |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tcl/target