aboutsummaryrefslogtreecommitdiff
path: root/src/helper/options.c
AgeCommit message (Expand)Author
2012-03-11flash: retire unused eCos flash driverØyvind Harboe
2012-02-06build: cleanup src/helper directorySpencer Oliver
2010-10-05gdbderver: fix gdb pipe startup overflowSpencer Oliver
2010-10-01server: add support for pipesØyvind Harboe
2010-02-15gpl: fix GPL startup messageØyvind Harboe
2010-01-19update win32 script search pathAndreas Fritiofson
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson
2009-11-16make command line options constZachary T Welch
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-08-30David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-05-27Update build system to find moved scripts -- Step 3 of 2:zwelch
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-01-23Search path fixes for MinGW builds. Courtesy of Dimitar Dimitrov <dinuxbg@gm...kc8apf
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak
2008-12-27Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe
2008-07-16Fixes to \ and / handling for OpenOCDoharboe
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe
2008-07-10- added search paths before running tcl/commands.tcl. oharboe
2008-07-06src/helper/configuration.hoharboe
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi
2008-02-29Uwe Hermann: Add a --version switch for openocd.oharboe
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe
2008-02-28Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe
2008-02-25- remove build warningsntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromyoharboe
2008-02-25- Fix target library path problem w/Windowsoharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-24move options handling to separate file to better support embedded implementat...oharboe