summaryrefslogtreecommitdiff
path: root/src/helper/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - remove build warningsntfreak2008-02-251-1/+1
* - convert all files to unix line-endingdrath2008-02-251-248/+248
* Pavel Chromyoharboe2008-02-251-16/+63
* debug_level 3 now prints seconds since start of openocdoharboe2008-02-241-1/+4
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-198/+198
* - added patch to remove count and time information from log_printfmifi2008-02-221-1/+11
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-181-3/+4
* - combine similar functions in telnet_server.cntfreak2008-02-171-1/+0
* - cleanup and remove time() warningntfreak2008-02-161-26/+25