]> git.sur5r.net Git - openocd/commit
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 Feb 2008 08:11:18 +0000 (08:11 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 Feb 2008 08:11:18 +0000 (08:11 +0000)
commit0689e3dd6752f45f493eceb3edf040fbc7849846
tree57c2d288e4ea01551e0ea7806957cd1f5a2165dc
parentb70e262867b724f7d265f0c6b206801a29ba284b
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
  provides a better impeadance match for debug output char fn's, e.g. eCos.
- Line endings are now added at the caller site of command_print*(). command_print()
  still adds a line ending
- echo of commands in scripts are now available via debug_level instead of
  forced echo
- Added a USER_SAMELINE() for printing without a lineend.

git-svn-id: svn://svn.berlios.de/openocd/trunk@364 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/helper/command.c
src/helper/command.h
src/helper/interpreter.c
src/helper/log.c
src/helper/log.h
src/server/gdb_server.c
src/server/telnet_server.c
src/target/target_request.c
src/target/target_request.h