summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* Make bug reporting output at program start-ups use fewer new lines:zwelch2009-06-301-2/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-301-3/+1
* Audit and eliminate redundant #include directives in main src/ files.zwelch2009-05-111-9/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch2009-05-101-2/+0
* Revive tclapi.c from r1650:zwelch2009-05-101-0/+2
* fix embedded buildsoharboe2009-05-031-2/+3
* Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe2009-05-021-0/+15
* Add static keywords to main application helper functions.zwelch2009-05-011-6/+5
* Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch2009-05-011-2/+5
* 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