aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.h
AgeCommit message (Expand)Author
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton
2013-06-05update files to correct FSF addressSpencer Oliver
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin
2012-07-11When calling openocd from a shell like this:Stian Skjelsad
2012-02-06build: cleanup src/helper directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2010-04-10HELPER/LOG: review unused symbolsAntonio Borneo
2010-01-29Clang buildfixesAlex Austin
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-11-25log: improve initializationZachary T Welch
2009-11-16helper/log: improve API parameter typesZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13log_callback_t -> struct log_callbackZachary T Welch
2009-11-11log: improve log_callback_fn signatureZachary T Welch
2009-11-09src/helper: wrap and clean headers.Zachary T Welch
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
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-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe
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-08-19added alive_sleep() function to let GDB alive packets be sentoharboe
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-06-04Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-10- LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe
2008-03-07alloc_printf and alloc_vprintfoharboe
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe
2008-02-28fixed newline gaffe in OUTPUT()oharboe
2008-02-28Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromyoharboe
2008-02-18- Added a "User:" debug level. These are messages that are intended for the u...ntfreak
2008-02-17- combine similar functions in telnet_server.cntfreak
2008-02-16- cleanup and remove time() warningntfreak
2008-02-13- added patch to Improving progress/error output for telnet & GDB monitormifi