openocd/src/helper
Andreas Fritiofson 127f9da4fe don't add confusing source info to Jim
When an interactive command fails, the Jim stack trace prints references to
the line in "command.c" where the interpreter was invoked. Since that
location has no relation to the actual command that failed, the information
serves only to add confusion.

By not adding the useless source info to Jim the noise can be reduced,
while still printing a useful trace for nested commands.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-06-18 07:57:15 +02:00
..
bin2char.c bin2char: for win32 set stdin/stdout to binary mode 2009-10-30 11:59:57 +00:00
binarybuffer.c BINARYBUFFER: review scope of data and functions 2010-04-10 21:54:37 +08:00
binarybuffer.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
command.c don't add confusing source info to Jim 2010-06-18 07:57:15 +02:00
command.h helper: fix -Wshadow warning in number parsing 2010-06-14 12:27:57 +02: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: -Wshadow warning fix 2010-06-15 23:01:42 +02:00
fileio.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
ioutil_stubs.c stubs: buildfix 2009-12-02 15:24:14 -08:00
ioutil.c src/helper: usage/help updates 2010-01-09 13:32:08 -08:00
ioutil.h remove BUILD_IOUTIL symbol 2009-12-02 13:26:26 -08:00
jim-eventloop.c Sync with official Jim Tcl repository. 2009-10-19 15:16:42 +02:00
jim-eventloop.h Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
jim.c helper/jim: review unused symbols 2010-06-18 07:52:51 +02:00
jim.h Sync with official Jim Tcl repository. 2009-10-19 15:16:42 +02:00
log.c jim: fix bug in tcl "puts" 2010-05-18 12:34:12 +02:00
log.h HELPER/LOG: review unused symbols 2010-04-10 22:25:22 +08:00
Makefile.am helper: remove helper membuf 2010-06-17 07:20:42 +02:00
options.c gpl: fix GPL startup message 2010-02-15 22:59:41 +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 make syntax errors respond with 'usage' 2009-11-30 16:29:34 -08: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 missing PRId8 definition 2010-01-21 08:11:39 +01:00