index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
log.c
Age
Commit message (
Expand
)
Author
2016-10-07
helper/log: Add log_vprintf_lf()
Marc Schink
2016-07-19
Fix usage of timeval_ms()
Andreas Färber
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2015-11-03
helper/log: Cleanup #includes.
Marc Schink
2014-10-06
helper: constify log_strings
Spencer Oliver
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-07-27
Test the incoming debug_level, rather than the current.
Alan Bowman
2012-02-06
build: cleanup src/helper directory
Spencer Oliver
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
2011-02-25
log: debug level is between silent and debug output levels
Øyvind Harboe
2010-10-01
log: remove hack to redirect logs when pipes are in use
Øyvind Harboe
2010-05-18
jim: fix bug in tcl "puts"
Øyvind Harboe
2010-04-10
HELPER/LOG: review unused symbols
Antonio Borneo
2010-01-09
src/helper: usage/help updates
David Brownell
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-11-25
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
2009-11-25
log: improve initialization
Zachary T Welch
2009-11-24
log: use register_commands()
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
improve alloc_vprintf
Andreas Fritiofson
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-16
helper/log: improve API parameter types
Zachary T Welch
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
log_callback_t -> struct log_callback
Zachary T Welch
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-05
Improve debug_level command argument parsing.
Zachary T Welch
2009-09-25
Try/catch scheme. Typed up the functionality and regression tested.
oharboe
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
- Fixes '[<>]' whitespace
zwelch
2009-06-23
- Fixes '+' whitespace
zwelch
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-23
- Fixes '[+]=' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
2009-06-21
- fix break caused by r2208 when using --pipe option
ntfreak
2009-06-12
Simplify and improve handle_debug_level_comamnd:
zwelch
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2009-05-11
Mark API layering violations in the helper module with @todo notes.
zwelch
2009-05-11
Audit and eliminate redundant helper #include directives.
zwelch
2009-05-11
Add --enable-malloc-logging configure option and update log.c to match.
zwelch
2009-05-05
made warning about keep_alive() not being invoked more helpful
oharboe
2009-03-17
- remove build warnings
ntfreak
2008-12-19
Dick Hollenbeck <dick@softplc.com> better logging
oharboe
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 member
ntfreak
2008-10-16
sleep command now prints out target debugmsgs w/anything like usable performance
oharboe
2008-10-09
added busy sleep (for testing purposes)
oharboe
[next]