aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-25log: debug level is between silent and debug output levelsØyvind Harboe1-9/+8
2010-10-01log: remove hack to redirect logs when pipes are in useØyvind Harboe1-17/+2
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe1-9/+4
2010-04-10HELPER/LOG: review unused symbolsAntonio Borneo1-38/+0
2010-01-09src/helper: usage/help updatesDavid Brownell1-8/+13
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch1-1/+1
2009-11-25support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch1-0/+13
2009-11-25log: improve initializationZachary T Welch1-8/+3
2009-11-24log: use register_commands()Zachary T Welch1-5/+19
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-24improve alloc_vprintfAndreas Fritiofson1-27/+16
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-3/+3
2009-11-16helper/log: improve API parameter typesZachary T Welch1-15/+12
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13log_callback_t -> struct log_callbackZachary T Welch1-5/+5
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+2
2009-11-05Improve debug_level command argument parsing.Zachary T Welch1-3/+1
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe1-9/+91
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-5/+5
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-13/+13
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-21- fix break caused by r2208 when using --pipe optionntfreak1-2/+2
2009-06-12Simplify and improve handle_debug_level_comamnd:zwelch1-10/+11
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf1-1/+13
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch1-0/+1
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-8/+0
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch1-5/+8
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe1-1/+1
2009-03-17- remove build warningsntfreak1-0/+3
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe1-7/+8
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-2/+17
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe1-4/+4
2008-10-09added busy sleep (for testing purposes)oharboe1-0/+11
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe1-33/+33
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe1-7/+14
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe1-0/+17
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe1-3/+6
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe1-0/+6
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe1-2/+3
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe1-1/+1