aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo1-20/+16
2022-03-19log: drop global current_timeAntonio Borneo1-4/+2
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo1-0/+9
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-7/+7
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-02helper: rename camelcase symbolsAntonio Borneo1-4/+4
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas1-0/+13
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2020-09-05helper: fix minor typosAntonio Borneo1-2/+2
2020-08-16log: handle LOG_*() before calling to log_init()Antonio Borneo1-4/+9
2020-06-06log: fix kept_alive() and report expired timeoutAntonio Borneo1-17/+39
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-2/+2
2020-02-24log: let command "log_output" to set back its defaultAntonio Borneo1-2/+13
2020-01-02jtag_vpi: multiple improvementsJan Matyas1-0/+25
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-04-07log: add const qualifier to commands structAntonio Borneo1-1/+1
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo1-38/+8
2017-10-03Fix typo in comment.Tim Newsome1-1/+1
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson1-5/+7
2017-04-23help/log.c: better error handling for "log_output"Girts1-3/+9
2016-10-07helper/log: Add log_vprintf_lf()Marc Schink1-14/+25
2016-07-19Fix usage of timeval_ms()Andreas Färber1-7/+7
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-11-03helper/log: Cleanup #includes.Marc Schink1-2/+2
2014-10-06helper: constify log_stringsSpencer Oliver1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-07-27Test the incoming debug_level, rather than the current.Alan Bowman1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-92/+76
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
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