aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2008-08-25STR912 uses RCLK if availableoharboe1-1/+11
2008-08-25sync with Jim Tcl repository.oharboe2-7/+17
2008-08-24duane ellis - errno ansi fixoharboe1-1/+1
2008-08-22- fix win32 build issues from previous jim patchntfreak1-1/+1
2008-08-19use alive_sleep() from sleep commandoharboe1-1/+1
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe2-0/+18
2008-08-19duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...oharboe2-4/+792
2008-08-18Johannes Stezenbach <js@sig21.net> fix warningsoharboe2-2/+2
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe1-3/+6
2008-08-11fix error output a bit: do not repeat output printed during execution in case...oharboe1-1/+1
2008-08-11place event loop inside #ifdef JIM_EMBEDDED. oharboe3-3/+12
2008-08-08- fix build issues under win32 (mingw)ntfreak1-4/+6
2008-08-07- added svn props for newly added filesntfreak2-655/+655
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe7-1/+680
2008-08-06- remove Jim_InitEmbedded warningntfreak1-1/+1
2008-08-06- added svn props for previously added filentfreak1-536/+536
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe3-4/+4
2008-07-31wip - committing to reduce patch size.oharboe1-0/+536
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe16-0/+48
2008-07-24OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe1-2/+2
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe2-23/+6
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe1-27/+51
2008-07-23handle end of line comments to improve compatibility with event scriptsoharboe1-5/+10
2008-07-22Spen: startup.tcl cross compile supportoharboe1-7/+5
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe2-3/+4
2008-07-22very slightly improved error message for not being able to find scriptsoharboe1-1/+1
2008-07-21restart is a per-target actionoharboe1-2/+6
2008-07-21Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe1-0/+5
2008-07-21jim license cleanupoharboe2-34/+82
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe2-16/+5
2008-07-21cross compile fixoharboe2-6/+7
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe1-1/+1
2008-07-20Duane Ellis <openocd@duaneellis.com>oharboe1-2/+5
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2-13/+13
2008-07-19throw exception upon syntax error.oharboe1-1/+1
2008-07-19daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe1-0/+4
2008-07-18This allows overriding builtin openocd commands.oharboe1-1/+6
2008-07-18- remove build warning from keep_aliventfreak2-4/+1
2008-07-18- fix incorrectly registered function openocd_array2memntfreak4-21/+12
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2-0/+47
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2-3/+197
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe5-2/+13345
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe1-2/+0
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe1-5/+30
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2-194/+146
2008-07-16Fixes to \ and / handling for OpenOCDoharboe1-1/+1
2008-07-16print syntax for command upon syntax error.oharboe1-0/+13
2008-07-16better error messages for target event scripts.oharboe1-0/+2
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe2-2/+2