aboutsummaryrefslogtreecommitdiff
path: root/src/svf
AgeCommit message (Expand)AuthorFilesLines
2023-03-25svf: make command 'svf' syntax consistentAntonio Borneo1-18/+77
2023-03-25svf: fix memory leak on error during command executionAntonio Borneo1-12/+16
2023-03-25svf: fix leaking file descriptorAntonio Borneo1-1/+7
2023-03-18svf: new command line options -noreset and -addcyclesKai Schmitz1-4/+25
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo2-26/+4
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-17/+17
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-2/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-8/+8
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-7/+6
2021-07-20svf: rename CamelCase labelAntonio Borneo1-7/+7
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2020-09-05openocd: fix command's usage stringAntonio Borneo1-1/+1
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-44/+30
2020-07-26svf: fix minor typosAntonio Borneo1-6/+6
2020-07-08coding style: fix space separationAntonio Borneo1-2/+2
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-4/+4
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-2/+0
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2018-03-13svf: improve robustness when processing invalid SVF filesPaul Fertser1-1/+4
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+2
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-8/+2
2016-07-19Fix usage of timeval_ms()Andreas Färber1-2/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink2-6/+2
2015-11-20svf: fix progress reporting switch behaviourPaul Fertser1-0/+1
2015-11-20svf: fix off-by-one error in line numbers as output to userPaul Fertser1-2/+2
2015-09-30svf: fix segfaults exposed by some SVFPaul Fertser1-1/+14
2015-08-06svf: flush the queue before reallocing memoryPaul Fertser1-0/+4
2014-07-03Openocd: svf: Add ability to ignore svf_check_tdo errorsKamal Dasu1-4/+16
2014-06-22svf: Only read TDO back from the device if we actually need to look at the bits.Joshua Wise1-2/+2
2014-05-05svf: Fix debug and error messages that print hex bufferKamal Dasu1-32/+36
2014-04-14svf: try to reallocate buffers if they're not enoughPaul Fertser1-91/+27
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-12/+12
2013-09-13svf: off-by-one error; do not access after the allocated memoryPaul Fertser1-2/+3
2013-06-05update files to correct FSF addressSpencer Oliver2-2/+2
2012-02-06build: cleanup src/svf directorySpencer Oliver2-1059/+924
2011-11-10svf: fix warningsØyvind Harboe1-4/+4
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-5/+3
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-02-28svf: add nil option that just runs through the svf fileØyvind Harboe1-18/+49
2011-01-02svf: implement sleep for RUNTEST min_timeJon Povey1-30/+28
2011-01-02svf: fix USAGE and related error reportingJon Povey1-9/+4
2010-12-07svf: various improvementsAndrew Leech1-78/+292
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-06-16svf: -Wshadow warning fixesØyvind Harboe1-15/+15