summaryrefslogtreecommitdiff
path: root/src/helper/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: debug level is between silent and debug output levelsØyvind Harboe2011-02-251-9/+8
* log: remove hack to redirect logs when pipes are in useØyvind Harboe2010-10-011-17/+2
* jim: fix bug in tcl "puts"Øyvind Harboe2010-05-181-9/+4
* HELPER/LOG: review unused symbolsAntonio Borneo2010-04-101-38/+0
* src/helper: usage/help updatesDavid Brownell2010-01-091-8/+13
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-031-1/+1
* support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch2009-11-251-0/+13
* log: improve initializationZachary T Welch2009-11-251-8/+3
* log: use register_commands()Zachary T Welch2009-11-241-5/+19
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* improve alloc_vprintfAndreas Fritiofson2009-11-241-27/+16
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* helper/log: improve API parameter typesZachary T Welch2009-11-161-15/+12
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* log_callback_t -> struct log_callbackZachary T Welch2009-11-131-5/+5
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+2
* Improve debug_level command argument parsing.Zachary T Welch2009-11-051-3/+1
* Try/catch scheme. Typed up the functionality and regression tested.oharboe2009-09-251-9/+91
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-5/+5
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-13/+13
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* - fix break caused by r2208 when using --pipe optionntfreak2009-06-211-2/+2
* Simplify and improve handle_debug_level_comamnd:zwelch2009-06-121-10/+11
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-1/+13
* 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-8/+0
* Add --enable-malloc-logging configure option and update log.c to match.zwelch2009-05-111-5/+8
* made warning about keep_alive() not being invoked more helpfuloharboe2009-05-051-1/+1
* - remove build warningsntfreak2009-03-171-0/+3
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-7/+8
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-2/+17
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-161-4/+4
* added busy sleep (for testing purposes)oharboe2008-10-091-0/+11
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-33/+33
* keep_alive now invokes target_call_timer_callbacks_nowoharboe2008-09-081-7/+14
* added alive_sleep() function to let GDB alive packets be sentoharboe2008-08-191-0/+17
* avoid empty lines in log as a keep_alive() sideffectoharboe2008-08-131-3/+6
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+6
* 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-2/+3
* BUG: prefix to timeout for gdb keep alive packets.oharboe2008-07-201-1/+1