summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
...
* reduce patch problems by moving $xxx expansion into seperate fnoharboe2008-10-071-12/+30
* - renamed x7926 driver to aduc702x to match other flash driversntfreak2008-09-241-6/+0
* put instructions on how to report bugs onto the users radaroharboe2008-09-211-0/+5
* - fix target_examine declarationntfreak2008-08-061-1/+1
* GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe2008-08-051-0/+20
* Better handling of OpenOCD command invocation result/context.oharboe2008-07-241-1/+3
* daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe2008-07-191-20/+0
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-551/+3
* Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe2008-07-171-24/+64
* Collect output from openocd commands into openocd_output local variableoharboe2008-07-171-53/+0
* Charles Hardin ckhardin at gmail.com oharboe2008-07-171-15/+5
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-171-52/+0
* Fixes to \ and / handling for OpenOCDoharboe2008-07-161-30/+1
* do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTIONoharboe2008-07-161-16/+15
* better error messages for target event scripts.oharboe2008-07-161-0/+3
* Charles Hardin <ckhardin@gmail.com>oharboe2008-07-141-11/+32
* - remove unused objcopy from configure.inntfreak2008-07-131-15/+2
* Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ...oharboe2008-07-131-5/+5
* Duane Ellis <openocd@duaneellis.com> fix to tcl putsoharboe2008-07-131-1/+4
* - remove requirement for file2c.tclntfreak2008-07-121-7/+15
* work in progress to improve helpoharboe2008-07-111-12/+18
* - retired variable stuff. oharboe2008-07-111-29/+21
* startup.tcl (former commands.tcl) is now embedded into OpenOCD executable.oharboe2008-07-111-2/+5
* Charles Hardin <ckhardin@gmail.com>oharboe2008-07-101-4/+177
* - added search paths before running tcl/commands.tcl. oharboe2008-07-101-4/+10
* SEGFAULT fix for syntax error.oharboe2008-07-101-3/+7
* improve error messages a little bit.oharboe2008-07-091-22/+7
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-0/+13
* tcl regression fixes.oharboe2008-07-081-13/+13
* - apply correct formatting to openocd.cntfreak2008-07-081-206/+174
* more tcl cleanup.oharboe2008-07-071-4/+4
* added pre/postlude fn's for when OpenOCD is sleeping.oharboe2008-07-071-5/+0
* - fixed build issues with win32ntfreak2008-07-061-73/+22
* moving Tcl stuff around slightly.oharboe2008-07-061-33/+81
* fix a few compilation problems.oharboe2008-07-061-1/+6
* Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe2008-07-061-0/+2
* src/helper/configuration.hoharboe2008-07-061-0/+295
* added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe2008-07-041-0/+12
* tcl config script exampleoharboe2008-07-041-1/+3
* Jim Tcl support addedoharboe2008-07-041-4/+173
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-271-0/+6
* Edgar Grimberg plugged a leak found w/Valgrind.oharboe2008-05-071-0/+2
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-11/+21
* added target->type->examine(). Eventually this will allow for bringing up tel...oharboe2008-04-111-0/+8
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-35/+72
* avoid patch trouble by isolating troublesome line...oharboe2008-04-061-0/+12
* hooks for multithreading. Disable nagleoharboe2008-03-261-0/+11
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-0/+1
* Pavel Chromy: add missing newlines.oharboe2008-02-291-2/+2