| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - added svn props for newly added files | ntfreak | 2008-08-07 | 2 | -655/+655 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 7 | -1/+680 |
* | - remove Jim_InitEmbedded warning | ntfreak | 2008-08-06 | 1 | -1/+1 |
* | - added svn props for previously added file | ntfreak | 2008-08-06 | 1 | -536/+536 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 1 | -1/+1 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 3 | -4/+4 |
* | wip - committing to reduce patch size. | oharboe | 2008-07-31 | 1 | -0/+536 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 16 | -0/+48 |
* | OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o... | oharboe | 2008-07-24 | 1 | -2/+2 |
* | more error message cleanup. invalid args & syntax errors both now print argum... | oharboe | 2008-07-24 | 2 | -23/+6 |
* | Better handling of OpenOCD command invocation result/context. | oharboe | 2008-07-24 | 1 | -27/+51 |
* | handle end of line comments to improve compatibility with event scripts | oharboe | 2008-07-23 | 1 | -5/+10 |
* | Spen: startup.tcl cross compile support | oharboe | 2008-07-22 | 1 | -7/+5 |
* | Only print out gobs of information to log when -d3 is enabled. | oharboe | 2008-07-22 | 2 | -3/+4 |
* | very slightly improved error message for not being able to find scripts | oharboe | 2008-07-22 | 1 | -1/+1 |
* | restart is a per-target action | oharboe | 2008-07-21 | 1 | -2/+6 |
* | Allows config scripts to override handling of 'R'(restart) GDB packet. | oharboe | 2008-07-21 | 1 | -0/+5 |
* | jim license cleanup | oharboe | 2008-07-21 | 2 | -34/+82 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 2 | -16/+5 |
* | cross compile fix | oharboe | 2008-07-21 | 2 | -6/+7 |
* | BUG: prefix to timeout for gdb keep alive packets. | oharboe | 2008-07-20 | 1 | -1/+1 |
* | Duane Ellis <openocd@duaneellis.com> | oharboe | 2008-07-20 | 1 | -2/+5 |
* | openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons... | oharboe | 2008-07-20 | 2 | -13/+13 |
* | throw exception upon syntax error. | oharboe | 2008-07-19 | 1 | -1/+1 |
* | daemon_startup is now retired in favour of adding "init" and "reset halt/init... | oharboe | 2008-07-19 | 1 | -0/+4 |
* | This allows overriding builtin openocd commands. | oharboe | 2008-07-18 | 1 | -1/+6 |
* | - remove build warning from keep_alive | ntfreak | 2008-07-18 | 2 | -4/+1 |
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 4 | -21/+12 |
* | 1. GDB will print cryptic error messages if it is not fed keep-alive packets | oharboe | 2008-07-18 | 2 | -0/+47 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 2 | -3/+197 |
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 5 | -2/+13345 |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 1 | -2/+0 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 1 | -5/+30 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 2 | -194/+146 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 1 | -1/+1 |
* | print syntax for command upon syntax error. | oharboe | 2008-07-16 | 1 | -0/+13 |
* | better error messages for target event scripts. | oharboe | 2008-07-16 | 1 | -0/+2 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-14 | 2 | -2/+2 |
* | help is now implemented in startup.tcl/help | oharboe | 2008-07-11 | 2 | -80/+2 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-11 | 2 | -4/+4 |
* | work in progress to improve help | oharboe | 2008-07-11 | 3 | -6/+25 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 5 | -340/+4 |
* | .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro... | oharboe | 2008-07-11 | 4 | -75/+3 |
* | - added search paths before running tcl/commands.tcl. | oharboe | 2008-07-10 | 2 | -25/+31 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 1 | -19/+7 |
* | - command_run_line will only search once for the command, and execute if found | ntfreak | 2008-07-07 | 2 | -26/+20 |
* | - fix duplicate log entry | ntfreak | 2008-07-06 | 1 | -1/+6 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 4 | -21/+9 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 1 | -0/+8 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 4 | -5/+20 |