aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2008-10-27Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe1-1/+1
2008-10-27now compiles under Cygwin and eCos again.oharboe1-0/+5
2008-10-24- fix native mingw build if gettimeofday not defined.ntfreak2-82/+74
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe1-8/+8
2008-10-22load and verify are now synonymous to load/verify_imageoharboe1-0/+9
2008-10-22Laurentiu Cocanu - more help textoharboe1-1/+1
2008-10-22fix warnings when building for eCosoharboe1-0/+2
2008-10-17try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw...oharboe1-9/+13
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2-5/+10
2008-10-16added help on production proc'soharboe1-0/+20
2008-10-16added capture command to capture log output. Useful when wanting to capture l...oharboe1-0/+27
2008-10-14reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe1-7/+3
2008-10-13Fixed gaffes in reset script handling + improved erroroharboe1-40/+40
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2-4/+2
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe1-0/+1
2008-10-09added busy sleep (for testing purposes)oharboe3-63/+93
2008-10-08file not found SEGFAULT fixoharboe1-1/+3
2008-10-01Duane Ellis: added missing invocation of reset-initoharboe1-1/+2
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak18-34/+41
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe1-33/+33
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe1-0/+87
2008-09-08typo fixed.oharboe1-1/+1
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe1-7/+14
2008-09-08Duane Ellis, added clock command.oharboe1-1/+109
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe1-0/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe4-28/+104
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