aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-0/+4
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek1-2/+2
2018-03-30target: fix display halt message logicTomas Vanek1-3/+3
2018-03-30flash/nor: implement flash bank deallocation on OpenOCD exitTomas Vanek1-0/+1
2018-03-30target: restructure dap supportMatthias Welwarsky1-0/+6
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-0/+2
2018-03-15server: free strduped port numbersTomas Vanek1-0/+3
2018-03-15openocd.c: call server_quit() for cmd line with -c shutdownTomas Vanek1-2/+5
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek1-0/+2
2018-01-17Fix Jim interpreter memory leakMarc Schink1-2/+2
2017-04-25server/server: Remove all exit() callsMarc Schink1-1/+3
2016-12-08Remove build date from banner for releasesAndreas Fritiofson1-0/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-04-16docs: update OpenOCD url's to openocd.org domainSpencer Oliver1-1/+1
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-3/+11
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki1-8/+11
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson1-2/+6
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin1-2/+0
2012-07-11When calling openocd from a shell like this:Stian Skjelsad1-0/+2
2012-02-06build: cleanup src/ directorySpencer Oliver1-23/+16
2012-01-04command: print BUG warning when usage is missingMathias K1-2/+3
2011-12-02openocd.c: whitespace cleanupSpencer Oliver1-4/+3
2011-11-23target: fix init_targets script handlingSpencer Oliver1-4/+0
2011-10-11replace berlios url's with sourceforge url'sSpencer Oliver1-1/+1
2011-08-14jimtcl: delete OpenOCD's broken 'stacktrace' commandØyvind Harboe1-31/+0
2011-06-16OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible sol...Tomek CEDRO1-2/+7
2011-06-13transport: move files over to transport folderØyvind Harboe1-1/+1
2011-03-31startup: fix bugs in cleanup upon errors during startupØyvind Harboe1-26/+33
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-1/+1
2010-12-22config: add init_targets proc that is executed just before initØyvind Harboe1-0/+4
2010-11-15httpd: retire this serverØyvind Harboe1-6/+0
2010-09-12helper: add stacktrace command that returns error stacktraceØyvind Harboe1-0/+31
2010-09-11version command: make it scriptableØyvind Harboe1-9/+23
2010-08-01util: ms command to calculate length of operationsØyvind Harboe1-0/+4
2010-07-05transport: fix segfault in setup_command_handler()Stacey Sheldon1-0/+1
2010-07-02initial "transport" frameworkDavid Brownell1-18/+16
2010-06-23openocd: setup_command_handler() must not be staticØyvind Harboe1-2/+4
2010-06-21openocd.c: review scope of symbolsAntonio Borneo1-1/+1
2010-04-10OPENOCD: review scope of functionsAntonio Borneo1-1/+1
2010-03-17SCRIPT: add add_script_search_dir cmdSpencer Oliver1-0/+17
2010-03-14rename jtag_interface_{init,quit}()David Brownell1-4/+4
2010-03-11split "interface" commands from "jtag" onesDavid Brownell1-0/+2
2010-03-08move a constant table to .rodata sectionDavid Brownell1-1/+1
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+2
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-2/+3
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+1
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-04split NOR and NAND flash headersZachary T Welch1-0/+1
2009-12-04check top-level command registrationsZachary T Welch1-16/+34