Re: [Openocd-development] (patch) initial run_algorithm for arm11

2008-11-14 Thread Kees Jongenburger
Hello Georg Thanks for the arm11_find_target patch. I tries an arm11 yesterday and now even managed to load a kernel into memory and run/debug it. I am very very happy! greetings On Tue, Oct 7, 2008 at 10:56 AM, Georg Acher <[EMAIL PROTECTED]> wrote: > Hi, > attached is first-try patch of run_a

Re: [Openocd-development] TMS470 and problem with endianness

2008-11-14 Thread krzysztof.dziuba Gazeta.pl
Hi, 2008/11/14 Øyvind Harboe <[EMAIL PROTECTED]>: > Attach are fixes to gdb-server.c. Hopefully: > > - big endian registers are now correctly translated back/forth. > Ditto for little endian. > - I've also fixed corruption when setting lots of registers at the > same time for big and small endian,

Re: [Openocd-development] Invalid path names on windows

2008-11-14 Thread Norbert Unterberg
2008/11/14 Øyvind Harboe <[EMAIL PROTECTED]> > On Fri, Nov 14, 2008 at 11:29 AM, Norbert Unterberg > <[EMAIL PROTECTED]> wrote: > > > > Sorry but it still does not work with single backslashes under windows, > not > > even with {}: > > > > load {D:\mmc\cios\CiosTest\CiosTest.elf} > > {D:mmcciosCio

Re: [Openocd-development] Invalid path names on windows

2008-11-14 Thread Øyvind Harboe
On Fri, Nov 14, 2008 at 11:29 AM, Norbert Unterberg <[EMAIL PROTECTED]> wrote: > > > 2008/11/4 Øyvind Harboe <[EMAIL PROTECTED]> > >> >> +OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @} >> +around Windows filenames. >> + >> [EMAIL PROTECTED] >> +> echo \a >> + >> +> echo @[EMAIL P

[Openocd-development] [COMMIT]cortex_m3 examine patch

2008-11-14 Thread Spen
Hi, committed the following patch. It stops multiple calls to examine from allocating the breakpoint arrays etc. Cheers Spen Index: cortex_m3.c === --- cortex_m3.c (revision 1168) +++ cortex_m3.c (working copy) @@ -1357,50 +1357,53

Re: [Openocd-development] Invalid path names on windows

2008-11-14 Thread Norbert Unterberg
2008/11/4 Øyvind Harboe <[EMAIL PROTECTED]> > +OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @} > +around Windows filenames. > + > [EMAIL PROTECTED] > +> echo \a > + > +> echo @[EMAIL PROTECTED] > +\a > +> echo "\a" Sorry but it still does not work with single backslashes under

Re: [Openocd-development] TMS470 and problem with endianness

2008-11-14 Thread Øyvind Harboe
Attach are fixes to gdb-server.c. Hopefully: - big endian registers are now correctly translated back/forth. Ditto for little endian. - I've also fixed corruption when setting lots of registers at the same time for big and small endian, but I'm not sure when GDB exercised that code path Testing