summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for handling release versionskc8apf2009-01-201-1/+1
* - remove unused includes, fixes build issues under FreeBSDntfreak2009-01-191-8/+0
* SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf2009-01-191-0/+2
* moved ioutil init to the right spot: before config scriptsoharboe2009-01-091-7/+7
* check syntax for init/versionoharboe2008-12-171-0/+7
* work in progress to hook up libmicrohttpd + tcl integrationoharboe2008-12-161-0/+13
* sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe2008-12-151-0/+9
* - remove target specific variant and use target->variant memberntfreak2008-12-131-10/+2
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-16/+26
* unsik Kim <donari75@gmail.com> - mflash supportoharboe2008-10-161-3/+17
* - fix tcl_port typo in docsntfreak2008-10-151-16/+3
* Richard Missenden exit now works during startup scriptoharboe2008-10-081-6/+15
* 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