diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-18 12:34:12 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-18 12:34:12 +0200 |
commit | c86d7bdad4418f4fc3d81a68398187c6480316fa (patch) | |
tree | de53a57f6253528efc7763ab2432ac6a7792ca7d /tcl/board | |
parent | e804a34a632345effd706872605a0cc382a4da70 (diff) | |
download | openocd+libswd-c86d7bdad4418f4fc3d81a68398187c6480316fa.tar.gz openocd+libswd-c86d7bdad4418f4fc3d81a68398187c6480316fa.tar.bz2 openocd+libswd-c86d7bdad4418f4fc3d81a68398187c6480316fa.tar.xz openocd+libswd-c86d7bdad4418f4fc3d81a68398187c6480316fa.zip |
jim: fix bug in tcl "puts"
tcl "puts" didn't work because the logging code sensored strings
that did not include a '\n'. The correct thing is to sensor
empty strings, which are used to keep gdb connection alive.
The tcl "puts" code broke apart strings which do contain '\n' in
order to implement the -nonewline argument, which is how it
got hurt by the bug in log.c
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/board')
0 files changed, 0 insertions, 0 deletions