summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Edgar Grimberg plugged a leak found w/Valgrind.oharboe2008-05-072-0/+40
* added fast option.oharboe2008-04-232-0/+20
* stop using variable sized arrays. That's something that belongs to C++ and no...oharboe2008-04-101-5/+3
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-4/+0
* Don Porges fixed c99 issues.oharboe2008-04-096-17/+30
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-042-1/+23
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-258-57/+54
* Michael Bruck: fixed warningsoharboe2008-03-131-0/+1
* print ms in debug_level 3 logs. Seconds is not enough.oharboe2008-03-133-3/+20
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-112-3/+20
* - LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe2008-03-101-0/+7
* Michael Bruck: fixed warningsoharboe2008-03-072-3/+3
* alloc_printf and alloc_vprintfoharboe2008-03-073-11/+19
* Pavel Chromy: va_copy should always be paired with va_end.oharboe2008-03-061-0/+3
* Pavel Chromy: faster alloc_printf()oharboe2008-03-061-14/+13
* Michael Bruck: 64 bit va_list fix for crashoharboe2008-03-061-2/+5