aboutsummaryrefslogtreecommitdiff
path: root/src/helper/options.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-7/+7
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-03-19openocd: remove command line flag -p/--pipe deprecated in v0.5.0Antonio Borneo1-9/+1
2020-10-03Update user dir config file search pathAndreas Fritiofson1-22/+58
2019-11-23helper: skip including sys/sysctl.h on LinuxAntonio Borneo1-0/+3
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo1-8/+3
2017-10-03helper/options: Add missing #include for MinGW and MSYS2Marc Schink1-0/+3
2017-04-23helper/options.c: fail if unexpected cmdline arguments are presentGirts1-0/+9
2017-04-23help/options.c: add error handling for -d argGirts1-2/+5
2016-12-25Search for scripts relative to the executable on all(?) platformsAndreas Fritiofson1-33/+122
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-11-03helper/options: Use OPENOCD_SCRIPTS dir if set.Jonathan Larmour1-0/+6
2015-11-03helper/options: Cleanup #includes.Marc Schink1-2/+2
2014-08-12Removed limit on lenght of command line options.Cristian Maglie1-10/+11
2013-12-22Add %APPDATA%\OpenOCD to script search path on winAndreas Fritiofson1-0/+11
2013-12-22Remove special handling of script search path on WindowsAndreas Fritiofson1-42/+42
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-29Add another scripts search path for Windows buildsFreddie Chopin1-28/+37
2012-03-11flash: retire unused eCos flash driverØyvind Harboe1-2/+0
2012-02-06build: cleanup src/helper directorySpencer Oliver1-43/+35
2010-10-05gdbderver: fix gdb pipe startup overflowSpencer Oliver1-3/+5
2010-10-01server: add support for pipesØyvind Harboe1-9/+4
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+1
2010-01-19update win32 script search pathAndreas Fritiofson1-5/+5
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch1-1/+1
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson1-1/+16
2009-11-16make command line options constZachary T Welch1-1/+1
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-08-30David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe1-3/+7
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-10/+10
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Replace 'for(' with 'for ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-05-27Update build system to find moved scripts -- Step 3 of 2:zwelch1-4/+8
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch1-0/+1
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-7/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe1-1/+1
2009-01-23Search path fixes for MinGW builds. Courtesy of Dimitar Dimitrov <dinuxbg@gm...kc8apf1-0/+22
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak1-6/+0
2008-12-27Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane1-1/+2
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-5/+23
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe1-1/+1
2008-07-16Fixes to \ and / handling for OpenOCDoharboe1-1/+1