aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)Author
2020-02-24log: let command "log_output" to set back its defaultAntonio Borneo
2020-01-02jtag_vpi: multiple improvementsJan Matyas
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-07log: add const qualifier to commands structAntonio Borneo
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo
2017-10-03Fix typo in comment.Tim Newsome
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson
2017-04-23help/log.c: better error handling for "log_output"Girts
2016-10-07helper/log: Add log_vprintf_lf()Marc Schink
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-11-03helper/log: Cleanup #includes.Marc Schink
2014-10-06helper: constify log_stringsSpencer Oliver
2013-06-05update files to correct FSF addressSpencer Oliver
2012-07-27Test the incoming debug_level, rather than the current.Alan Bowman
2012-02-06build: cleanup src/helper directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-02-25log: debug level is between silent and debug output levelsØyvind Harboe
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