aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)Author
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe
2009-03-17- remove build warningsntfreak
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe
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-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe
2008-07-18- remove build warning from keep_aliventfreak
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-05-09printing available memory fails on win + mac. Disable for now until a robust ...oharboe
2008-05-08disable code that prints available mem under windows. Does not compile.oharboe
2008-05-07print available memory in log_level 3oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-13Michael Bruck: fixed warningsoharboe
2008-03-13print ms in debug_level 3 logs. Seconds is not enough.oharboe
2008-03-07alloc_printf and alloc_vprintfoharboe
2008-03-06Pavel Chromy: va_copy should always be paired with va_end.oharboe
2008-03-06Pavel Chromy: faster alloc_printf()oharboe
2008-03-06Michael Bruck: 64 bit va_list fix for crashoharboe
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe
2008-02-29formatting fixes from Pavel Chromyoharboe
2008-02-29- clean up target output strings a bitoharboe
2008-02-29do not write single chars to log file.oharboe
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe
2008-02-28Pavel Chromy spotted a leakoharboe
2008-02-28small line ending cleanup.oharboe
2008-02-28- added svn propsntfreak
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe
2008-02-25- remove build warningsntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromyoharboe
2008-02-24debug_level 3 now prints seconds since start of openocdoharboe
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe
2008-02-22- added patch to remove count and time information from log_printfmifi
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-14- added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi
2008-02-13- added patch to Improving progress/error output for telnet & GDB monitormifi