openocd/src
Freddie Chopin ea10093422 Fix "Evaluate 'script' in the global scope"
This fixes commit Evaluate 'script' in the global scope. It caused
Windows builds behave differently than before because path was evaluated twice
and backslashes from Windows' paths got unescaped and effectively wiped out.
Configs could only be passed with "-f ../dir/config.cfg" or "-f
..\\dir\\config.cfg" instead of usual "-f dir/config.cfg" (or using backslash)
as previously.

Change-Id: I13b4abac6dbe6d770cc11a4e61c9421ef340da83
Author: Steve Bennett <steveb@workware.net.au>
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/40
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2011-10-24 17:40:52 +00:00
..
flash NOR/CORE: fix clang warning 2011-10-23 14:37:48 +00:00
helper Fix "Evaluate 'script' in the global scope" 2011-10-24 17:40:52 +00:00
jtag clang: fix malloc() warning with assert 2011-10-23 11:55:02 +00:00
pld Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes 2011-06-04 09:35:13 +02:00
rtos rtos: remove broken code for handling the deprecated qP packet 2011-10-20 01:45:25 +00:00
server SERVER: fix clang warning 2011-10-23 15:17:09 +00:00
svf Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes 2011-06-04 09:35:13 +02:00
target warning: silence gcc by initializing local variables 2011-10-24 17:10:40 +00:00
transport transport: move files over to transport folder 2011-06-13 15:51:04 +02:00
xsvf nit: do not add \n at end of LOG_ERROR 2011-01-05 21:46:12 +01:00
ecosboard.c jim tests: use installed 2010-10-29 15:10:51 +02:00
hello.c HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
hello.h HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
main.c logging: turn of stdout/stderr buffering 2010-09-20 20:45:48 +02:00
Makefile.am ULINK driver: Add '-lm' linker flag when building this driver (required for correct calculation of JTAG TCK speed setting) 2011-08-31 16:25:42 +02:00
openocd.c replace berlios url's with sourceforge url's 2011-10-11 17:18:05 +01:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00