aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25openocd: rewrite command 'version' as COMMAND_HANDLERAntonio Borneo1-13/+13
2023-01-15openocd: revert workarounds for 'expr' syntax changeAntonio Borneo1-60/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-15openocd: prevent target polling during 'init'Antonio Borneo1-0/+4
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+3
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo1-0/+2
2021-11-13jtag: remove file driver.hAntonio Borneo1-2/+1
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo1-0/+1
2021-09-04openocd: prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo1-0/+60
2021-08-14openocd: fix cleanup order: cti before dapAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-8/+8
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo1-0/+1
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo1-4/+0
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo1-0/+7
2020-12-02Add initial RTT supportMarc Schink1-0/+7
2020-11-04openocd: convert function setup_command_handler() to staticAntonio Borneo1-4/+1
2020-06-14openocd: fix issue in WIN32 with TCP adaptersTarek BOCHKATI1-0/+4
2019-07-28mflash: Remove this broken flash driverAndreas Fritiofson1-5/+0
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