]> git.sur5r.net Git - openocd/commit
Summary: passing of variable argument list reduced, strings sent to logging are now...
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 29 Feb 2008 11:16:38 +0000 (11:16 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 29 Feb 2008 11:16:38 +0000 (11:16 +0000)
commit67e0aea25850b8286f750e6458e5de741e6cb3b5
tree1225ab14f9cb5f79c12540b677a1d8aadcbce0bf
parent4febcd8313cf46bea03bd5eacb3f287f19eb2961
Summary: passing of variable argument list reduced, strings sent to logging are now formatted just once - more efficient.
As a result, ugly string malloc+strcpy are not needed anymore.

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