aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-10Charles Hardin <ckhardin@gmail.com>oharboe3-15/+211
2008-07-10- added search paths before running tcl/commands.tcl. oharboe3-29/+41
2008-07-10fix quoting problem when handling OpenOCD commands.oharboe1-1/+7
2008-07-10SEGFAULT fix for syntax error.oharboe1-3/+7
2008-07-10very slight cleanup of flash banks handling.oharboe2-25/+28
2008-07-09improve error messages a little bit.oharboe2-26/+16
2008-07-09- adding missing install entry for luminary-libftdi.cfg ntfreak1-2/+2
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe4-42/+66
2008-07-09- added luminary libftdi interface configntfreak2-1/+7
2008-07-09- only check normal resume, not debug resumentfreak2-11/+13
2008-07-09added flash_banks low level command.oharboe1-0/+42
2008-07-09- target_resume is now synchronous with 5sec timeoutntfreak1-1/+23
2008-07-08tcl regression fixes.oharboe2-14/+14
2008-07-08 * src/jim.c: remove bogus return value from if {[expr]} {xx} whenoharboe1-1/+4
2008-07-08- removed target_process_events as only used in handle_resume_command and eve...ntfreak1-9/+0
2008-07-08- fix pre_resume script not being calledntfreak3-14/+7
2008-07-08- apply correct formatting to openocd.cntfreak1-206/+174
2008-07-07reset event is synonym for post_reset event. oharboe1-2/+9
2008-07-07more tcl cleanup.oharboe2-9/+4
2008-07-07Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision suppor...oharboe1-7/+45
2008-07-07- command_run_line will only search once for the command, and execute if foundntfreak2-26/+20
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe3-24/+14
2008-07-06- fix duplicate log entryntfreak1-1/+6
2008-07-06- fix typo in memory.tclntfreak1-1/+1
2008-07-06- fixed build issues with win32ntfreak12-414/+318
2008-07-06moving Tcl stuff around slightly.oharboe4-39/+95
2008-07-06fix a few compilation problems.oharboe6-3/+58
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe4-0/+234
2008-07-06Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of c...oharboe1-0/+1
2008-07-06src/helper/configuration.hoharboe27-157/+2004
2008-07-05- added search for libdlntfreak1-1/+3
2008-07-04- added svn props for newly added filesntfreak1-48/+48
2008-07-04- added event scripts for str73x and str75x targetsntfreak6-8/+10
2008-07-04- added jtag_khz to target scriptsntfreak9-3/+34
2008-07-04- fixed line endings with commands.tclntfreak2-71/+71
2008-07-04tcl tinkering.oharboe2-1/+9
2008-07-04fix to peek command.oharboe1-1/+1
2008-07-04added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe2-1/+25
2008-07-04typooharboe1-3/+0
2008-07-04tcl config script exampleoharboe3-2/+56
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe3-6/+16
2008-07-04utility fn.oharboe2-0/+16
2008-07-04ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe2-0/+9
2008-07-04Valentin Longchamp target script for mx31.cfgoharboe2-1/+17
2008-07-04Jim Tcl support addedoharboe3-5/+182
2008-07-02- allocate target_type_t structure for each target, fixes issue when multiple...ntfreak1-1/+3
2008-06-28wip.oharboe1-5/+28
2008-06-28wipoharboe1-0/+25
2008-06-27- added svn props for newly added filesntfreak5-12854/+12854
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe3-36/+82