summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - retired variable stuff. oharboe2008-07-115-340/+4
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-114-75/+3
* - added search paths before running tcl/commands.tcl. oharboe2008-07-102-25/+31
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-19/+7
* - command_run_line will only search once for the command, and execute if foundntfreak2008-07-072-26/+20
* - fix duplicate log entryntfreak2008-07-061-1/+6
* - fixed build issues with win32ntfreak2008-07-064-21/+9
* fix a few compilation problems.oharboe2008-07-061-0/+8
* src/helper/configuration.hoharboe2008-07-064-5/+20
* - added search for libdlntfreak2008-07-051-1/+3
* added support for Tcl config scripts on the command line(use .tcl extension).oharboe2008-07-043-6/+16
* utility fn.oharboe2008-07-042-0/+16
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-272-36/+76
* export find_file functionoharboe2008-06-272-10/+25
* GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe2008-06-161-0/+2
* Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe2008-06-042-2/+2
* - remove error message on shutdownntfreak2008-05-211-2/+6
* printing available memory fails on win + mac. Disable for now until a robust ...oharboe2008-05-091-4/+6
* disable code that prints available mem under windows. Does not compile.oharboe2008-05-081-3/+13
* print available memory in log_level 3oharboe2008-05-071-1/+6
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-073-40/+42