| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | reduce patch problems by moving $xxx expansion into seperate fn | oharboe | 2008-10-07 | 1 | -12/+30 |
* | - renamed x7926 driver to aduc702x to match other flash drivers | ntfreak | 2008-09-24 | 1 | -6/+0 |
* | put instructions on how to report bugs onto the users radar | oharboe | 2008-09-21 | 1 | -0/+5 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 1 | -1/+1 |
* | GDB monitor commands now also get halted state upon e.g. "reset halt". | oharboe | 2008-08-05 | 1 | -0/+20 |
* | Better handling of OpenOCD command invocation result/context. | oharboe | 2008-07-24 | 1 | -1/+3 |
* | daemon_startup is now retired in favour of adding "init" and "reset halt/init... | oharboe | 2008-07-19 | 1 | -20/+0 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 1 | -551/+3 |
* | Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g... | oharboe | 2008-07-17 | 1 | -24/+64 |
* | Collect output from openocd commands into openocd_output local variable | oharboe | 2008-07-17 | 1 | -53/+0 |
* | Charles Hardin ckhardin at gmail.com | oharboe | 2008-07-17 | 1 | -15/+5 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 1 | -52/+0 |
* | Fixes to \ and / handling for OpenOCD | oharboe | 2008-07-16 | 1 | -30/+1 |
* | do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTION | oharboe | 2008-07-16 | 1 | -16/+15 |
* | better error messages for target event scripts. | oharboe | 2008-07-16 | 1 | -0/+3 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-14 | 1 | -11/+32 |
* | - remove unused objcopy from configure.in | ntfreak | 2008-07-13 | 1 | -15/+2 |
* | Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ... | oharboe | 2008-07-13 | 1 | -5/+5 |
* | Duane Ellis <openocd@duaneellis.com> fix to tcl puts | oharboe | 2008-07-13 | 1 | -1/+4 |
* | - remove requirement for file2c.tcl | ntfreak | 2008-07-12 | 1 | -7/+15 |
* | work in progress to improve help | oharboe | 2008-07-11 | 1 | -12/+18 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 1 | -29/+21 |
* | startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. | oharboe | 2008-07-11 | 1 | -2/+5 |
* | Charles Hardin <ckhardin@gmail.com> | oharboe | 2008-07-10 | 1 | -4/+177 |
* | - added search paths before running tcl/commands.tcl. | oharboe | 2008-07-10 | 1 | -4/+10 |
* | SEGFAULT fix for syntax error. | oharboe | 2008-07-10 | 1 | -3/+7 |
* | improve error messages a little bit. | oharboe | 2008-07-09 | 1 | -22/+7 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 1 | -0/+13 |
* | tcl regression fixes. | oharboe | 2008-07-08 | 1 | -13/+13 |
* | - apply correct formatting to openocd.c | ntfreak | 2008-07-08 | 1 | -206/+174 |
* | more tcl cleanup. | oharboe | 2008-07-07 | 1 | -4/+4 |
* | added pre/postlude fn's for when OpenOCD is sleeping. | oharboe | 2008-07-07 | 1 | -5/+0 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 1 | -73/+22 |
* | moving Tcl stuff around slightly. | oharboe | 2008-07-06 | 1 | -33/+81 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 1 | -1/+6 |
* | Charles Hardin <ckhardin@gmail.com> - Tcl Server | oharboe | 2008-07-06 | 1 | -0/+2 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -0/+295 |
* | added echo command in tcl. Issues a LOG_USER() for the single argument. | oharboe | 2008-07-04 | 1 | -0/+12 |
* | tcl config script example | oharboe | 2008-07-04 | 1 | -1/+3 |
* | Jim Tcl support added | oharboe | 2008-07-04 | 1 | -4/+173 |
* | hooks to enable experimentation with scripting language support. Reduces patc... | oharboe | 2008-06-27 | 1 | -0/+6 |
* | Edgar Grimberg plugged a leak found w/Valgrind. | oharboe | 2008-05-07 | 1 | -0/+2 |
* | allows launching OpenOCD w/telnet+gdb server w/the | oharboe | 2008-04-13 | 1 | -11/+21 |
* | added target->type->examine(). Eventually this will allow for bringing up tel... | oharboe | 2008-04-11 | 1 | -0/+8 |
* | - added "init" command. "init" and "reset" at end of startup script is equiva... | oharboe | 2008-04-09 | 1 | -35/+72 |
* | avoid patch trouble by isolating troublesome line... | oharboe | 2008-04-06 | 1 | -0/+12 |
* | hooks for multithreading. Disable nagle | oharboe | 2008-03-26 | 1 | -0/+11 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -9/+9 |
* | - removed warnings "xxxxx" might be used uninitialized in this function (arm_... | mifi | 2008-03-01 | 1 | -0/+1 |
* | Pavel Chromy: add missing newlines. | oharboe | 2008-02-29 | 1 | -2/+2 |