summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-2018-34/+41
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-33/+33
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-0/+87
* typo fixed.oharboe2008-09-081-1/+1
* keep_alive now invokes target_call_timer_callbacks_nowoharboe2008-09-081-7/+14
* Duane Ellis, added clock command.oharboe2008-09-081-1/+109
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-011-0/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-014-28/+104
* STR912 uses RCLK if availableoharboe2008-08-251-1/+11
* sync with Jim Tcl repository.oharboe2008-08-252-7/+17
* duane ellis - errno ansi fixoharboe2008-08-241-1/+1
* - fix win32 build issues from previous jim patchntfreak2008-08-221-1/+1
* use alive_sleep() from sleep commandoharboe2008-08-191-1/+1
* added alive_sleep() function to let GDB alive packets be sentoharboe2008-08-192-0/+18
* duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...oharboe2008-08-192-4/+792
* Johannes Stezenbach <js@sig21.net> fix warningsoharboe2008-08-182-2/+2
* avoid empty lines in log as a keep_alive() sideffectoharboe2008-08-131-3/+6
* fix error output a bit: do not repeat output printed during execution in case...oharboe2008-08-111-1/+1
* place event loop inside #ifdef JIM_EMBEDDED. oharboe2008-08-113-3/+12
* - fix build issues under win32 (mingw)ntfreak2008-08-081-4/+6
* - added svn props for newly added filesntfreak2008-08-072-655/+655
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-077-1/+680
* - remove Jim_InitEmbedded warningntfreak2008-08-061-1/+1
* - added svn props for previously added filentfreak2008-08-061-536/+536
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-053-4/+4
* wip - committing to reduce patch size.oharboe2008-07-311-0/+536
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-2516-0/+48
* OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe2008-07-241-2/+2
* more error message cleanup. invalid args & syntax errors both now print argum...oharboe2008-07-242-23/+6
* Better handling of OpenOCD command invocation result/context.oharboe2008-07-241-27/+51
* handle end of line comments to improve compatibility with event scriptsoharboe2008-07-231-5/+10
* Spen: startup.tcl cross compile supportoharboe2008-07-221-7/+5
* Only print out gobs of information to log when -d3 is enabled.oharboe2008-07-222-3/+4
* very slightly improved error message for not being able to find scriptsoharboe2008-07-221-1/+1
* restart is a per-target actionoharboe2008-07-211-2/+6
* Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe2008-07-211-0/+5
* jim license cleanupoharboe2008-07-212-34/+82
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-212-16/+5
* cross compile fixoharboe2008-07-212-6/+7
* BUG: prefix to timeout for gdb keep alive packets.oharboe2008-07-201-1/+1
* Duane Ellis <openocd@duaneellis.com>oharboe2008-07-201-2/+5
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-202-13/+13
* throw exception upon syntax error.oharboe2008-07-191-1/+1
* daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe2008-07-191-0/+4
* This allows overriding builtin openocd commands.oharboe2008-07-181-1/+6
* - remove build warning from keep_aliventfreak2008-07-182-4/+1
* - fix incorrectly registered function openocd_array2memntfreak2008-07-184-21/+12
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-182-0/+47
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-182-3/+197