openocd/src
zwelch 6785193118 Simplify the handle_md_command routine in target.c:
- fix buffer overrun in mdw; final '\0' would overflow the output buffer.
 - return ERROR_COMMAND_SYNTAX_ERROR instead of ERROR_OK if:
   - less than one argument is provided
   - the command is called with a name other than mdb, mdh, or mdw.
 - factor all command output into new handle_md_output function


git-svn-id: svn://svn.berlios.de/openocd/trunk@1958 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-31 06:00:28 +00:00
..
flash Add documentation to flash.h: 2009-05-29 04:00:51 +00:00
helper Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
jtag Peter Denison <openwrt@marshadder.org>: 2009-05-31 01:07:43 +00:00
pld Author: Rick Altherr <kc8apf@kc8apf.net> 2009-05-22 17:41:54 +00:00
server Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
svf SimonQian <simonqian@SimonQian.com>, reported by R.Doss: 2009-05-26 01:27:56 +00:00
target Simplify the handle_md_command routine in target.c: 2009-05-31 06:00:28 +00:00
xsvf More printf fixes stemming from format string change in r1882. 2009-05-23 01:25:39 +00:00
ecosboard.c leave eCos include file issues alone for now. 2009-05-11 07:26:11 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
Makefile.am Update build system to find moved scripts -- Step 3 of 2: 2009-05-27 07:49:58 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00