| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 2 | -194/+146 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 1 | -1/+1 |
* | print syntax for command upon syntax error. | oharboe | 2008-07-16 | 1 | -0/+13 |
* | better error messages for target event scripts. | oharboe | 2008-07-16 | 1 | -0/+2 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-14 | 2 | -2/+2 |
* | help is now implemented in startup.tcl/help | oharboe | 2008-07-11 | 2 | -80/+2 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-11 | 2 | -4/+4 |
* | work in progress to improve help | oharboe | 2008-07-11 | 3 | -6/+25 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 5 | -340/+4 |
* | .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro... | oharboe | 2008-07-11 | 4 | -75/+3 |
* | - added search paths before running tcl/commands.tcl. | oharboe | 2008-07-10 | 2 | -25/+31 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 1 | -19/+7 |
* | - command_run_line will only search once for the command, and execute if found | ntfreak | 2008-07-07 | 2 | -26/+20 |
* | - fix duplicate log entry | ntfreak | 2008-07-06 | 1 | -1/+6 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 4 | -21/+9 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 1 | -0/+8 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 4 | -5/+20 |
* | - added search for libdl | ntfreak | 2008-07-05 | 1 | -1/+3 |
* | added support for Tcl config scripts on the command line(use .tcl extension). | oharboe | 2008-07-04 | 3 | -6/+16 |
* | utility fn. | oharboe | 2008-07-04 | 2 | -0/+16 |
* | hooks to enable experimentation with scripting language support. Reduces patc... | oharboe | 2008-06-27 | 2 | -36/+76 |
* | export find_file function | oharboe | 2008-06-27 | 2 | -10/+25 |
* | GDB timeout fix. If a script takes a long time and does not produce any outpu... | oharboe | 2008-06-16 | 1 | -0/+2 |
* | Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme... | oharboe | 2008-06-04 | 2 | -2/+2 |
* | - remove error message on shutdown | ntfreak | 2008-05-21 | 1 | -2/+6 |
* | printing available memory fails on win + mac. Disable for now until a robust ... | oharboe | 2008-05-09 | 1 | -4/+6 |
* | disable code that prints available mem under windows. Does not compile. | oharboe | 2008-05-08 | 1 | -3/+13 |
* | print available memory in log_level 3 | oharboe | 2008-05-07 | 1 | -1/+6 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 3 | -40/+42 |
* | Edgar Grimberg plugged a leak found w/Valgrind. | oharboe | 2008-05-07 | 2 | -0/+40 |
* | added fast option. | oharboe | 2008-04-23 | 2 | -0/+20 |
* | stop using variable sized arrays. That's something that belongs to C++ and no... | oharboe | 2008-04-10 | 1 | -5/+3 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 1 | -4/+0 |
* | Don Porges fixed c99 issues. | oharboe | 2008-04-09 | 6 | -17/+30 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 2 | -1/+23 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 8 | -57/+54 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-13 | 1 | -0/+1 |
* | print ms in debug_level 3 logs. Seconds is not enough. | oharboe | 2008-03-13 | 3 | -3/+20 |
* | reduce compare noise. If someone should be crazy enough to try to run OpenOCD... | oharboe | 2008-03-11 | 2 | -3/+20 |
* | - LOG_SILENT can be used to silence the log(needed in upcoming patches) | oharboe | 2008-03-10 | 1 | -0/+7 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-07 | 2 | -3/+3 |
* | alloc_printf and alloc_vprintf | oharboe | 2008-03-07 | 3 | -11/+19 |
* | Pavel Chromy: va_copy should always be paired with va_end. | oharboe | 2008-03-06 | 1 | -0/+3 |
* | Pavel Chromy: faster alloc_printf() | oharboe | 2008-03-06 | 1 | -14/+13 |
* | Michael Bruck: 64 bit va_list fix for crash | oharboe | 2008-03-06 | 1 | -2/+5 |
* | * fixed malloc corruption in target->debug_reason | oharboe | 2008-03-05 | 1 | -2/+0 |
* | Fixed GDB timeout crash - regression introduced back when log_add/remove_call... | oharboe | 2008-03-04 | 1 | -4/+6 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 1 | -2/+2 |
* | - removed warnings "xxxxx" might be used uninitialized in this function (arm_... | mifi | 2008-03-01 | 1 | -1/+1 |
* | Uwe Hermann: Add a --version switch for openocd. | oharboe | 2008-02-29 | 1 | -11/+20 |