]> git.sur5r.net Git - openocd/history - src/helper/log.h
Add RISC-V support.
[openocd] / src / helper / log.h
2018-07-24 Tim NewsomeAdd RISC-V support.
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug
2016-10-07 Marc Schinkhelper/log: Add log_vprintf_lf()
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-08-11 Angus Grattonstlink_usb: Fix swallowed error on read/write operation...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-04-10 Antonio BorneoHELPER/LOG: review unused symbols
2010-01-29 Alex AustinClang buildfixes
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchlog_callback_t -> struct log_callback
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-09-25 oharboeTry/catch scheme. Typed up the functionality and regres...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-11 oharboeDuane Ellis: addresses protocol problems with GDB.
2008-10-09 oharboeadded busy sleep (for testing purposes)
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-19 oharboeadded alive_sleep() function to let GDB alive packets...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboemore error message cleanup. invalid args & syntax error...
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-06-04 oharboePavel Chromy: fix logging syntax error + formatting...
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-10 oharboe- LOG_SILENT can be used to silence the log(needed...
2008-03-07 oharboealloc_printf and alloc_vprintf
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboefixed newline gaffe in OUTPUT()
2008-02-28 oharboePavel Chromy spotted duplicated newlines gaffe from...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-18 ntfreak- Added a "User:" debug level. These are messages that...
2008-02-17 ntfreak- combine similar functions in telnet_server.c
2008-02-16 ntfreak- cleanup and remove time() warning
2008-02-13 mifi- added patch to Improving progress/error output for...
2007-08-10 drath- changed mingw host detection to *-mingw instead of...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/