| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added capture command to capture log output. Useful when wanting to capture l... | oharboe | 2008-10-16 | 1 | -0/+27 |
* | reset cleanup. Remove obsolete events that are not needed for compatibility. | oharboe | 2008-10-14 | 1 | -7/+3 |
* | Fixed gaffes in reset script handling + improved error | oharboe | 2008-10-13 | 1 | -40/+40 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 2 | -4/+2 |
* | Duane Ellis: addresses protocol problems with GDB. | oharboe | 2008-10-11 | 1 | -0/+1 |
* | added busy sleep (for testing purposes) | oharboe | 2008-10-09 | 3 | -63/+93 |
* | file not found SEGFAULT fix | oharboe | 2008-10-08 | 1 | -1/+3 |
* | Duane Ellis: added missing invocation of reset-init | oharboe | 2008-10-01 | 1 | -1/+2 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 18 | -34/+41 |
* | - Fixed regression introduced in 890 when "fixing warnings" for target_call_t... | oharboe | 2008-09-12 | 1 | -33/+33 |
* | Duane Ellis: target_process_reset is now implemented in tcl. This allows bett... | oharboe | 2008-09-12 | 1 | -0/+87 |
* | typo fixed. | oharboe | 2008-09-08 | 1 | -1/+1 |
* | keep_alive now invokes target_call_timer_callbacks_now | oharboe | 2008-09-08 | 1 | -7/+14 |
* | Duane Ellis, added clock command. | oharboe | 2008-09-08 | 1 | -1/+109 |
* | Duane Ellis has made highly non-trivial changes to both the target handling a... | oharboe | 2008-09-01 | 1 | -0/+3 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 4 | -28/+104 |
* | STR912 uses RCLK if available | oharboe | 2008-08-25 | 1 | -1/+11 |
* | sync with Jim Tcl repository. | oharboe | 2008-08-25 | 2 | -7/+17 |
* | duane ellis - errno ansi fix | oharboe | 2008-08-24 | 1 | -1/+1 |
* | - fix win32 build issues from previous jim patch | ntfreak | 2008-08-22 | 1 | -1/+1 |
* | use alive_sleep() from sleep command | oharboe | 2008-08-19 | 1 | -1/+1 |
* | added alive_sleep() function to let GDB alive packets be sent | oharboe | 2008-08-19 | 2 | -0/+18 |
* | duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter... | oharboe | 2008-08-19 | 2 | -4/+792 |
* | Johannes Stezenbach <js@sig21.net> fix warnings | oharboe | 2008-08-18 | 2 | -2/+2 |
* | avoid empty lines in log as a keep_alive() sideffect | oharboe | 2008-08-13 | 1 | -3/+6 |
* | fix error output a bit: do not repeat output printed during execution in case... | oharboe | 2008-08-11 | 1 | -1/+1 |
* | place event loop inside #ifdef JIM_EMBEDDED. | oharboe | 2008-08-11 | 3 | -3/+12 |
* | - fix build issues under win32 (mingw) | ntfreak | 2008-08-08 | 1 | -4/+6 |
* | - 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 |