aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch1-3/+1
2009-05-11Audit and eliminate redundant #include directives in main src/ files.zwelch1-9/+2
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch1-2/+0
2009-05-10Revive tclapi.c from r1650:zwelch1-0/+2
2009-05-03fix embedded buildsoharboe1-2/+3
2009-05-02Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe1-0/+15
2009-05-01Add static keywords to main application helper functions.zwelch1-6/+5
2009-05-01Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch1-2/+5
2009-01-20Fixes for handling release versionskc8apf1-1/+1
2009-01-19- remove unused includes, fixes build issues under FreeBSDntfreak1-8/+0
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf1-0/+2
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe1-7/+7
2008-12-17check syntax for init/versionoharboe1-0/+7
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe1-0/+13
2008-12-15sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe1-0/+9
2008-12-13- remove target specific variant and use target->variant memberntfreak1-10/+2
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-16/+26
2008-10-16unsik Kim <donari75@gmail.com> - mflash supportoharboe1-3/+17
2008-10-15- fix tcl_port typo in docsntfreak1-16/+3
2008-10-08Richard Missenden exit now works during startup scriptoharboe1-6/+15
2008-10-07reduce patch problems by moving $xxx expansion into seperate fnoharboe1-12/+30
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak1-6/+0
2008-09-21put instructions on how to report bugs onto the users radaroharboe1-0/+5
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-08-05GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe1-0/+20
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe1-1/+3
2008-07-19daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe1-20/+0
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe1-551/+3
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe1-24/+64
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe1-53/+0
2008-07-17Charles Hardin ckhardin at gmail.com oharboe1-15/+5
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe1-52/+0
2008-07-16Fixes to \ and / handling for OpenOCDoharboe1-30/+1
2008-07-16do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTIONoharboe1-16/+15
2008-07-16better error messages for target event scripts.oharboe1-0/+3
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe1-11/+32
2008-07-13- remove unused objcopy from configure.inntfreak1-15/+2
2008-07-13Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ...oharboe1-5/+5
2008-07-13Duane Ellis <openocd@duaneellis.com> fix to tcl putsoharboe1-1/+4
2008-07-12- remove requirement for file2c.tclntfreak1-7/+15
2008-07-11work in progress to improve helpoharboe1-12/+18
2008-07-11- retired variable stuff. oharboe1-29/+21
2008-07-11startup.tcl (former commands.tcl) is now embedded into OpenOCD executable.oharboe1-2/+5
2008-07-10Charles Hardin <ckhardin@gmail.com>oharboe1-4/+177
2008-07-10- added search paths before running tcl/commands.tcl. oharboe1-4/+10
2008-07-10SEGFAULT fix for syntax error.oharboe1-3/+7
2008-07-09improve error messages a little bit.oharboe1-22/+7
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe1-0/+13
2008-07-08tcl regression fixes.oharboe1-13/+13