| Commit message (Expand) | Author | Age | Files | Lines |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 1 | -2/+0 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 1 | -5/+30 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 1 | -193/+144 |
* | 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 |
* | help is now implemented in startup.tcl/help | oharboe | 2008-07-11 | 1 | -79/+2 |
* | work in progress to improve help | oharboe | 2008-07-11 | 1 | -4/+20 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 1 | -61/+2 |
* | .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro... | oharboe | 2008-07-11 | 1 | -53/+0 |
* | "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 | 1 | -26/+19 |
* | - fix duplicate log entry | ntfreak | 2008-07-06 | 1 | -1/+6 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 1 | -9/+1 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 1 | -0/+8 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -1/+8 |
* | - added search for libdl | ntfreak | 2008-07-05 | 1 | -1/+3 |
* | utility fn. | oharboe | 2008-07-04 | 1 | -0/+15 |
* | hooks to enable experimentation with scripting language support. Reduces patc... | oharboe | 2008-06-27 | 1 | -36/+75 |
* | GDB timeout fix. If a script takes a long time and does not produce any outpu... | oharboe | 2008-06-16 | 1 | -0/+2 |
* | - remove error message on shutdown | ntfreak | 2008-05-21 | 1 | -2/+6 |
* | Edgar Grimberg plugged a leak found w/Valgrind. | oharboe | 2008-05-07 | 1 | -0/+39 |
* | added fast option. | oharboe | 2008-04-23 | 1 | -0/+17 |
* | stop using variable sized arrays. That's something that belongs to C++ and no... | oharboe | 2008-04-10 | 1 | -5/+3 |
* | Don Porges fixed c99 issues. | oharboe | 2008-04-09 | 1 | -6/+11 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -1/+9 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -1/+1 |
* | alloc_printf and alloc_vprintf | oharboe | 2008-03-07 | 1 | -3/+3 |
* | * fixed malloc corruption in target->debug_reason | oharboe | 2008-03-05 | 1 | -2/+0 |
* | Summary: passing of variable argument list reduced, strings sent to logging a... | oharboe | 2008-02-29 | 1 | -47/+20 |
* | Michael Bruck: | oharboe | 2008-02-29 | 1 | -16/+32 |
* | - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This | oharboe | 2008-02-28 | 1 | -24/+23 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -607/+607 |
* | Pavel Chromy | oharboe | 2008-02-25 | 1 | -618/+607 |
* | - added time command | oharboe | 2008-02-23 | 1 | -0/+29 |
* | - Fixed bug in pathmove for XScale | ntfreak | 2008-02-19 | 1 | -1/+9 |
* | - arg list now correctly released on error. Thanks Øyvind Harboe | ntfreak | 2008-02-18 | 1 | -0/+1 |
* | - fix broken JTAG error handling | ntfreak | 2008-02-18 | 1 | -25/+26 |
* | - added patch to Improving progress/error output for telnet & GDB monitor | mifi | 2008-02-13 | 1 | -3/+14 |
* | - added faster gdb packet handling (thanks to oyvind harboe for the patch) | ntfreak | 2008-01-10 | 1 | -4/+4 |
* | - added patch for faster start of OpenOCD | mifi | 2008-01-10 | 1 | -3/+15 |
* | - minimum autoconf 2.59 is now required and verified - due to issues with AS_... | ntfreak | 2007-12-29 | 1 | -21/+29 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 1 | -0/+1 |
* | - Fixing two compiler warnings | mifi | 2007-12-10 | 1 | -1/+8 |
* | - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr... | drath | 2007-04-25 | 1 | -0/+4 |
* | - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) | drath | 2007-03-26 | 1 | -1/+1 |
* | - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) | drath | 2007-01-22 | 1 | -6/+19 |
* | - correctly enter debug state on a "soft_reset_halt" command | drath | 2006-11-05 | 1 | -1/+1 |
* | - Added support for native MinGW builds (thanks to Spencer Oliver and Michael... | drath | 2006-07-17 | 1 | -0/+6 |
* | - the 'help' command now takes an optional argument to display help only on a... | drath | 2006-06-12 | 1 | -0/+9 |
* | - fixed some spelling errors (thanks to Andrew Dyer) | drath | 2006-06-05 | 1 | -3/+3 |