Re: [Openocd-development] Problem with GDB 6.8

2008-10-24 Thread Frederik Kriewitz
I had this problem too. Problem was that after a "reset halt" the PC is set to 0xFFFe. But that doesn't seems to be the problem here. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/o

Re: [Openocd-development] OpenOCD flash Stellaris Lm3s8962 Cortex board too slow

2008-10-16 Thread Frederik Kriewitz
I already had the lm3s8962 working on Ubuntu 8.04 with OpenOCD using libftdi (Never tried the official one). ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Fwd: [Zylin-discuss] arm-elf-gdb bug w/Cortex

2008-10-09 Thread Frederik Kriewitz
I think the problem with the patch is that it's not conditional and might break other targets, it should be send only in case of an arm7m/cortex target. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mai

[Openocd-development] [PATCH] libdcc bugfixes + trace point function

2008-10-07 Thread Frederik Kriewitz
Hello once again, I noticed that the dbg_write_u16() and dbg_write_u8 functions of libdcc don't work as expected. The following Patch will update it to my modified version (which also includes a dbg_trace_point() function. Signed-off-by: Frederik Kriewitz <[EMAIL PROTECTED]> Ind

[Openocd-development] [PATCH] trace.c Segmentation fault

2008-10-07 Thread Frederik Kriewitz
Commands to reproduce: trace point 1 trace point clear trace point clear Signed-off-by: Frederik Kriewitz <[EMAIL PROTECTED]> Index: src/target/trace.c === --- src/target/trace.c (revision 1024) +++ src/target/trace.c (w

Re: [Openocd-development] BUG: encountered unregistered arch type + Segmentation fault

2008-10-07 Thread Frederik Kriewitz
On Tue, Oct 7, 2008 at 2:08 PM, Øyvind Harboe <[EMAIL PROTECTED]> wrote: > Committed: > > Fixed crash in dummy register handling Thank you, that seems to fix the problem. "set arm apcs32 off" will prevent messing with the T Bit but it will trim your PC to 24 too. If using CodeSourcery setting the

Re: [Openocd-development] BUG: encountered unregistered arch type + Segmentation fault

2008-10-06 Thread Frederik Kriewitz
On Mon, Oct 6, 2008 at 9:42 PM, Øyvind Harboe <[EMAIL PROTECTED]> wrote: > What version of GDB are you using? GNU gdb (Sourcery G++ Lite 2008q1-126) 6.7.50.20080107-cvs I tracked down the problem slightly more. The problem is the arm_write_pc (struct regcache *regcache, CORE_ADDR pc) (arm-tdep.c,