aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-16helper/log: add LOG_CUSTOM_LEVEL() macroTomas Vanek1-0/+9
2022-09-13log: remove unused set_log_output()Antonio Borneo1-1/+0
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo1-0/+1
2021-11-13helper/log: Add macros for target-related errors/warnings/...Jan Matyas1-0/+17
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas1-0/+2
2020-10-14Upstream tons of RISC-V changes.Tim Newsome1-0/+1
2020-09-05helper: fix minor typosAntonio Borneo1-1/+1
2020-01-02jtag_vpi: multiple improvementsJan Matyas1-0/+2
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser1-1/+2
2018-07-24Add RISC-V support.Tim Newsome1-0/+2
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson1-1/+11
2016-10-07helper/log: Add log_vprintf_lf()Marc Schink1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton1-0/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin1-1/+1
2012-07-11When calling openocd from a shell like this:Stian Skjelsad1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-21/+21
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+0
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-3/+0
2010-04-10HELPER/LOG: review unused symbolsAntonio Borneo1-8/+0
2010-01-29Clang buildfixesAlex Austin1-1/+6
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-11-25log: improve initializationZachary T Welch1-1/+4
2009-11-16helper/log: improve API parameter typesZachary T Welch1-4/+4
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13log_callback_t -> struct log_callbackZachary T Welch1-4/+3
2009-11-11log: improve log_callback_fn signatureZachary T Welch1-1/+1
2009-11-09src/helper: wrap and clean headers.Zachary T Welch1-11/+14
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL1-3/+4
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL1-2/+10
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe1-0/+9
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-8/+8
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch1-1/+0
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-2/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe1-0/+1
2008-10-09added busy sleep (for testing purposes)oharboe1-0/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe1-0/+1
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe1-2/+2
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe1-0/+2