openocd/src/helper
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
..
bin2char.c warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
binarybuffer.c performance: committed wrong version of buf_set_buf optimization 2011-02-08 11:06:56 +01:00
binarybuffer.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
command.c command: fix leak when executing commands 2011-03-27 23:51:30 +02:00
command.h warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
configuration.c don't require 'openocd.cfg' to start 2010-01-05 13:32:39 -08:00
configuration.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
fileio.c fileio: fileio_size() can now fail 2010-09-29 18:56:07 +02:00
fileio.h Compilation Warnings on OS X 10.5 2010-12-29 22:16:28 +01:00
ioutil_stubs.c stubs: buildfix 2009-12-02 15:24:14 -08:00
ioutil.c nit: do not add \n at end of LOG_ERROR 2011-01-05 21:46:12 +01:00
ioutil.h remove BUILD_IOUTIL symbol 2009-12-02 13:26:26 -08:00
jim-nvp.c jim: add missing jim license 2011-10-21 09:29:44 +00:00
jim-nvp.h jim: add missing jim license 2011-10-21 09:29:44 +00:00
log.c log: debug level is between silent and debug output levels 2011-02-25 16:36:42 +01:00
log.h nit: more LOG_* \n fixes 2011-01-09 21:35:23 +01:00
Makefile.am jim-nvp is moving from jimtcl to openocd 2011-09-30 09:38:22 +02:00
options.c gdbderver: fix gdb pipe startup overflow 2010-10-05 15:00:40 +01:00
replacements.c safer conversion to HANDLER on MinGW-W64 2009-10-17 22:18:38 -07:00
replacements.h ARM semihosting: win32 and cygwin fixes 2010-01-28 21:05:09 +00:00
startup.tcl Fix "Evaluate 'script' in the global scope" 2011-10-24 17:40:52 +00:00
system.h Clang buildfixes 2010-01-29 00:02:12 -08:00
time_support_common.c ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
time_support_ecos.c ecos: crisper implementation of timeval_ms() 2009-12-16 08:15:05 +01:00
time_support.c TIME_SUPPORT: review unused symbols 2010-04-10 19:25:32 +08:00
time_support.h TIME_SUPPORT: review unused symbols 2010-04-10 19:25:32 +08:00
types.h ecos: add 64 bit types for sprintf/sscanf 2011-04-28 22:17:48 +02:00
util.c util: ms command to calculate length of operations 2010-08-01 09:35:58 +02:00
util.h util: ms command to calculate length of operations 2010-08-01 09:35:58 +02:00