Re: [Openocd-development] with_telnet_interface,_so ft_bp_effects_one_time

2010-11-20 Thread 韦东山
Both the two hard soft breakpoint have to "not removed": --- src/target/arm7_9_common.c.origin Sun Nov 21 10:33:21 2010 +++ src/target/arm7_9_common.c Sun Nov 21 11:55:51 2010 @@ -404,11 +404,11 @@ /* We have removed the last sw breakpoint, clear the hw breakpoint we us

Re: [Openocd-development] with telnet interface, soft bp effects one time

2010-11-20 Thread 韦东山
with "git bisect", I can resolve this problem, the patch is: --- src/target/arm7_9_common.c.origin Sun Nov 21 10:33:21 2010 +++ src/target/arm7_9_common.c Sun Nov 21 10:33:24 2010 @@ -404,7 +404,7 @@ /* We have removed the last sw breakpoint, clear the hw breakpoint we u

Re: [Openocd-development] Problem loading to CFI flash

2010-11-20 Thread Spencer Oliver
On 20/11/2010 01:39, Antonio Borneo wrote: Ciao Jonathan, OpenOCD runs binary code on the target CPU to speed-up some operation that through JTAG would take too long. Programming the Flash is one of them. In the CFI driver there is the binary code for generic ARM only. armv4_5_info.comm