aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2008-07-16print syntax for command upon syntax error.oharboe
2008-07-16better error messages for target event scripts.oharboe
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe
2008-07-11help is now implemented in startup.tcl/helpoharboe
2008-07-11Charles Hardin ckhardin at gmail.com oharboe
2008-07-11work in progress to improve helpoharboe
2008-07-11- retired variable stuff. oharboe
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe
2008-07-10- added search paths before running tcl/commands.tcl. oharboe
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe
2008-07-07- command_run_line will only search once for the command, and execute if foundntfreak
2008-07-06- fix duplicate log entryntfreak
2008-07-06- fixed build issues with win32ntfreak
2008-07-06fix a few compilation problems.oharboe
2008-07-06src/helper/configuration.hoharboe
2008-07-05- added search for libdlntfreak
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe
2008-07-04utility fn.oharboe
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe
2008-06-27export find_file functionoharboe
2008-06-16GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe
2008-06-04Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe
2008-05-21- remove error message on shutdownntfreak
2008-05-09printing available memory fails on win + mac. Disable for now until a robust ...oharboe
2008-05-08disable code that prints available mem under windows. Does not compile.oharboe
2008-05-07print available memory in log_level 3oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-05-07Edgar Grimberg plugged a leak found w/Valgrind.oharboe
2008-04-23added fast option.oharboe
2008-04-10stop using variable sized arrays. That's something that belongs to C++ and no...oharboe
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-13Michael Bruck: fixed warningsoharboe
2008-03-13print ms in debug_level 3 logs. Seconds is not enough.oharboe
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe
2008-03-10- LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe
2008-03-07Michael Bruck: fixed warningsoharboe
2008-03-07alloc_printf and alloc_vprintfoharboe
2008-03-06Pavel Chromy: va_copy should always be paired with va_end.oharboe
2008-03-06Pavel Chromy: faster alloc_printf()oharboe
2008-03-06Michael Bruck: 64 bit va_list fix for crashoharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi
2008-02-29Uwe Hermann: Add a --version switch for openocd.oharboe
2008-02-29formatting fixes from Pavel Chromyoharboe
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe