Re: [Openocd-development] [PATCH] jim - NVP additions -

2008-08-20 Thread Duane Ellis
duane> [ nvp patch ] Spen> Hi this breaks native win32 due to vasprintf not being available. Spen> i notice that the Jim_SetResult_sprintf function has a #if 0, That is what I suspected... and hence my pre-positioning #if 0 there. What it needs is a "./configure" option of some sort - problem w

Re: [Openocd-development] [PATCH] jim - NVP additions -

2008-08-20 Thread Spen
> > that was the problem the last time - SVN DIFF does not > include new files that one adds. > > oh well ... attached. > Hi this breaks native win32 due to vasprintf not being available. i notice that the Jim_SetResult_sprintf function has a #if 0, if the code is to stay as is then we will h

Re: [Openocd-development] [PATCH] jim - NVP additions -

2008-08-19 Thread Øyvind Harboe
Comitted. Thanks! -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd

Re: [Openocd-development] [PATCH] jim - NVP additions -

2008-08-19 Thread Duane Ellis
Øyvind>Can you resubmit using svn diff? Øyvind> I wasn't able to apply this patch. Øyvind> Also svn diff has the added bonus Øyvind> that it will ignore all the automake files for you... that was the problem the last time - SVN DIFF does not include new files that one adds. oh well ... attache

Re: [Openocd-development] [PATCH] jim - NVP additions -

2008-08-18 Thread Øyvind Harboe
Can you resubmit using svn diff? I wasn't able to apply this patch. Also svn diff has the added bonus that it will ignore all the automake files for you... -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer

[Openocd-development] [PATCH] jim - NVP additions -

2008-08-18 Thread Duane Ellis
Attached is Patch #1 of the target trigger stuff. This patch introduces 2 new things to Jim (A) a new concept called "Name Value Pair" or NVP, in simple terms: Think: "String" and "Value". There can be many strings - all related to a single value, for examle: "T", "t", "y", "1", "yes", all can