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
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/helper: usage/help updates
David Brownell
2010-01-09
1
-8
/
+13
*
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
2009-11-25
1
-0
/
+13
*
log: improve initialization
Zachary T Welch
2009-11-25
1
-8
/
+3
*
log: use register_commands()
Zachary T Welch
2009-11-24
1
-5
/
+19
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
improve alloc_vprintf
Andreas Fritiofson
2009-11-24
1
-27
/
+16
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-1
/
+1
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-2
/
+2
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-3
/
+3
*
helper/log: improve API parameter types
Zachary T Welch
2009-11-16
1
-15
/
+12
*
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
-3
/
+3
*
log_callback_t -> struct log_callback
Zachary T Welch
2009-11-13
1
-5
/
+5
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-2
/
+2
*
Improve debug_level command argument parsing.
Zachary T Welch
2009-11-05
1
-3
/
+1
*
Try/catch scheme. Typed up the functionality and regression tested.
oharboe
2009-09-25
1
-9
/
+91
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-13
/
+13
*
- Fixes '[+]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-1
/
+1
*
- fix break caused by r2208 when using --pipe option
ntfreak
2009-06-21
1
-2
/
+2
*
Simplify and improve handle_debug_level_comamnd:
zwelch
2009-06-12
1
-10
/
+11
*
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2009-05-27
1
-1
/
+13
*
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
-8
/
+0
*
Add --enable-malloc-logging configure option and update log.c to match.
zwelch
2009-05-11
1
-5
/
+8
*
made warning about keep_alive() not being invoked more helpful
oharboe
2009-05-05
1
-1
/
+1
*
- remove build warnings
ntfreak
2009-03-17
1
-0
/
+3
*
Dick Hollenbeck <dick@softplc.com> better logging
oharboe
2008-12-19
1
-7
/
+8
*
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
2008-12-15
1
-2
/
+17
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-1
/
+0
*
sleep command now prints out target debugmsgs w/anything like usable performance
oharboe
2008-10-16
1
-4
/
+4
*
added busy sleep (for testing purposes)
oharboe
2008-10-09
1
-0
/
+11
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+4
*
- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...
oharboe
2008-09-12
1
-33
/
+33
*
keep_alive now invokes target_call_timer_callbacks_now
oharboe
2008-09-08
1
-7
/
+14
*
added alive_sleep() function to let GDB alive packets be sent
oharboe
2008-08-19
1
-0
/
+17
*
avoid empty lines in log as a keep_alive() sideffect
oharboe
2008-08-13
1
-3
/
+6
*
David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
oharboe
2008-08-07
1
-0
/
+6
*
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
-2
/
+3
*
BUG: prefix to timeout for gdb keep alive packets.
oharboe
2008-07-20
1
-1
/
+1
*
- remove build warning from keep_alive
ntfreak
2008-07-18
1
-1
/
+1
*
1. GDB will print cryptic error messages if it is not fed keep-alive packets
oharboe
2008-07-18
1
-0
/
+45
*
printing available memory fails on win + mac. Disable for now until a robust ...
oharboe
2008-05-09
1
-4
/
+6
*
disable code that prints available mem under windows. Does not compile.
oharboe
2008-05-08
1
-3
/
+13
[next]