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