Re: [Openocd-development] [PATCH] fix instruction refilling bug when using software breakpoints on a big-endian arm926ej-s system

2010-05-12 Thread Øyvind Harboe
Tested on an arm7 little endian target. Merged. -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development

Re: [Openocd-development] [PATCH] fix instruction refilling bug when using software breakpoints on a big-endian arm926ej-s system

2010-05-11 Thread Øyvind Harboe
Looks reasonable to me... Has it been regression tested on a little endian target? If I can get confirmation on regression testing and I don't hear any protests I'm inclined to merge it. -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00

[Openocd-development] [PATCH] fix instruction refilling bug when using software breakpoints on a big-endian arm926ej-s system

2010-05-10 Thread Jun Ma
From: Jun Ma j...@hfut.edu.cn Signed-off-by: Jun Ma sync@gmail.com --- src/target/arm7_9_common.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index 9f1bb2e..ac18b37 100644 --- a/src/target/arm7_9_common.c