riscv-openocd/src
zwelch 0f6a47837e Simplify and improve handle_debug_level_comamnd:
- Bug fix: Return a syntax error if more than one argument is given.
- Bug fix: Use new parse_uint helper ensure debug_level parses correctly.
- Change: Display the debug_level after it has been set.
- Simplify bounds checking of debug_level.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2208 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-12 01:39:57 +00:00
..
flash Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
helper Simplify and improve handle_debug_level_comamnd: 2009-06-12 01:39:57 +00:00
jtag Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs). 2009-06-11 07:08:45 +00:00
pld Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
server Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
svf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
target - fix bug introduced during r1962 2009-06-11 19:32:10 +00:00
xsvf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
Makefile.am Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
ecosboard.c embedded host: launch telnet server even if configuration fails 2009-06-11 13:03:32 +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
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00