2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-26 23:40:22 +10:00
openocd/src
Øyvind Harboe ac86f4ccba command: capture command now handles both types commands
Commands that output progress output and no return value
will have the progress output captured.

Commands that do not output progress output(tcl commands)
will return the tcl return value instead.

The advantage here is that it is no longer necessary to
consider which command one is capturing, it works for
either.

Example #1: capture progress output:

set foo [capture help]

Example #2: capture tcl return value

set foo [capture {set abc def}]

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-09-11 11:42:38 +02:00
..
flash cfi: random crash in cfi_probe() fixed 2010-09-11 10:37:32 +02:00
helper command: capture command now handles both types commands 2010-09-11 11:42:38 +02:00
jtag Remove duplicated initialization 2010-09-08 10:34:43 +02:00
pld PLD: review scope of functions 2010-04-10 17:06:16 +08:00
server gdbserver: incorrect memory map for multiple targets (bug #24) 2010-07-05 14:16:15 +01:00
svf svf: -Wshadow warning fixes 2010-06-16 08:17:27 +02:00
target xscale: mark xscale registers invalid on debug entry 2010-09-09 09:22:11 +02:00
xsvf xsvf: Fix shadow issues on Mac 2010-06-22 08:24:26 +02:00
ecosboard.c util: ms command to calculate length of operations 2010-08-01 09:35:58 +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
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
openocd.c util: ms command to calculate length of operations 2010-08-01 09:35:58 +02:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00