summaryrefslogtreecommitdiff
path: root/src/helper/options.c
Commit message (Expand)AuthorAgeFilesLines
* gdbderver: fix gdb pipe startup overflowSpencer Oliver2010-10-051-3/+5
* server: add support for pipesØyvind Harboe2010-10-011-9/+4
* gpl: fix GPL startup messageØyvind Harboe2010-02-151-1/+1
* update win32 script search pathAndreas Fritiofson2010-01-191-5/+5
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-031-1/+1
* support for scripts in $HOME/.openocdAndreas Fritiofson2009-11-241-1/+16
* make command line options constZachary T Welch2009-11-161-1/+1
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe2009-08-301-3/+7
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Replace 'for(' with 'for ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Update build system to find moved scripts -- Step 3 of 2:zwelch2009-05-271-4/+8
* Mark API layering violations in the helper module with @todo notes.zwelch2009-05-111-0/+1
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-7/+0
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Search path fixes for MinGW builds. Courtesy of Dimitar Dimitrov <dinuxbg@gm...kc8apf2009-01-231-0/+22
* - add gdb pipe support to native win32 (--pipe option)ntfreak2009-01-011-6/+0
* Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane2008-12-271-1/+2
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-5/+23
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Only print out gobs of information to log when -d3 is enabled.oharboe2008-07-221-1/+1
* Fixes to \ and / handling for OpenOCDoharboe2008-07-161-1/+1
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-111-9/+1
* - added search paths before running tcl/commands.tcl. oharboe2008-07-101-25/+30
* src/helper/configuration.hoharboe2008-07-061-1/+1
* added support for Tcl config scripts on the command line(use .tcl extension).oharboe2008-07-041-3/+13
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-1/+1
* Uwe Hermann: Add a --version switch for openocd.oharboe2008-02-291-11/+20
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-1/+1
* Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe2008-02-281-1/+1
* - remove build warningsntfreak2008-02-251-4/+0
* - convert all files to unix line-endingdrath2008-02-251-153/+153
* Pavel Chromyoharboe2008-02-251-7/+7
* - Fix target library path problem w/Windowsoharboe2008-02-251-0/+21
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-0/+9
* move options handling to separate file to better support embedded implementat...oharboe2008-02-241-0/+123