aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)Author
2010-10-01log: remove hack to redirect logs when pipes are in useØyvind Harboe
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe
2010-04-10HELPER/LOG: review unused symbolsAntonio Borneo
2010-01-09src/helper: usage/help updatesDavid Brownell
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-11-25support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch
2009-11-25log: improve initializationZachary T Welch
2009-11-24log: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24improve alloc_vprintfAndreas Fritiofson
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16helper/log: improve API parameter typesZachary T Welch
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13log_callback_t -> struct log_callbackZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-05Improve debug_level command argument parsing.Zachary T Welch
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21- fix break caused by r2208 when using --pipe optionntfreak
2009-06-12Simplify and improve handle_debug_level_comamnd:zwelch
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe
2009-03-17- remove build warningsntfreak
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe
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 memberntfreak
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe
2008-10-09added busy sleep (for testing purposes)oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe
2008-07-18- remove build warning from keep_aliventfreak