summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-051-2/+0
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-4/+6
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-2/+2
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-1/+1
* Uwe Hermann: Add a --version switch for openocd.oharboe2008-02-291-11/+20
* formatting fixes from Pavel Chromyoharboe2008-02-291-11/+11
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-292-164/+32
* - clean up target output strings a bitoharboe2008-02-294-5/+12
* do not write single chars to log file.oharboe2008-02-291-23/+39
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-294-124/+91
* Michael Bruck: oharboe2008-02-291-16/+32