summaryrefslogtreecommitdiff
path: root/src/helper/log.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixes '[<>]' whitespacezwelch2009-06-231-5/+5
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-13/+13
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* - fix break caused by r2208 when using --pipe optionntfreak2009-06-211-2/+2
* Simplify and improve handle_debug_level_comamnd:zwelch2009-06-121-10/+11
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-1/+13
* Mark API layering violations in the helper module with @todo notes.zwelch2009-05-111-0/+1
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-8/+0
* Add --enable-malloc-logging configure option and update log.c to match.zwelch2009-05-111-5/+8
* made warning about keep_alive() not being invoked more helpfuloharboe2009-05-051-1/+1
* - remove build warningsntfreak2009-03-171-0/+3
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-7/+8
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-2/+17
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-161-4/+4
* added busy sleep (for testing purposes)oharboe2008-10-091-0/+11
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-33/+33
* keep_alive now invokes target_call_timer_callbacks_nowoharboe2008-09-081-7/+14
* added alive_sleep() function to let GDB alive packets be sentoharboe2008-08-191-0/+17
* avoid empty lines in log as a keep_alive() sideffectoharboe2008-08-131-3/+6
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+6
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Only print out gobs of information to log when -d3 is enabled.oharboe2008-07-221-2/+3
* BUG: prefix to timeout for gdb keep alive packets.oharboe2008-07-201-1/+1
* - remove build warning from keep_aliventfreak2008-07-181-1/+1
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-181-0/+45
* printing available memory fails on win + mac. Disable for now until a robust ...oharboe2008-05-091-4/+6
* disable code that prints available mem under windows. Does not compile.oharboe2008-05-081-3/+13
* print available memory in log_level 3oharboe2008-05-071-1/+6
* Don Porges fixed c99 issues.oharboe2008-04-091-6/+6
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-5/+5
* Michael Bruck: fixed warningsoharboe2008-03-131-0/+1
* print ms in debug_level 3 logs. Seconds is not enough.oharboe2008-03-131-3/+3
* alloc_printf and alloc_vprintfoharboe2008-03-071-7/+14
* Pavel Chromy: va_copy should always be paired with va_end.oharboe2008-03-061-0/+3
* Pavel Chromy: faster alloc_printf()oharboe2008-03-061-14/+13
* Michael Bruck: 64 bit va_list fix for crashoharboe2008-03-061-2/+5
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-4/+6
* formatting fixes from Pavel Chromyoharboe2008-02-291-11/+11
* - clean up target output strings a bitoharboe2008-02-291-1/+1
* do not write single chars to log file.oharboe2008-02-291-23/+39
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-46/+56
* Pavel Chromy spotted a leakoharboe2008-02-281-0/+2
* small line ending cleanup.oharboe2008-02-281-12/+12
* - added svn propsntfreak2008-02-281-12/+12
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-281-13/+34