summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe2008-07-175-2/+13345
* Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe2008-07-171-2/+0
* Collect output from openocd commands into openocd_output local variableoharboe2008-07-171-5/+30
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-172-194/+146
* Fixes to \ and / handling for OpenOCDoharboe2008-07-161-1/+1
* print syntax for command upon syntax error.oharboe2008-07-161-0/+13
* better error messages for target event scripts.oharboe2008-07-161-0/+2
* Charles Hardin <ckhardin@gmail.com>oharboe2008-07-142-2/+2
* help is now implemented in startup.tcl/helpoharboe2008-07-112-80/+2
* Charles Hardin ckhardin at gmail.com oharboe2008-07-112-4/+4
* work in progress to improve helpoharboe2008-07-113-6/+25