aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)Author
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21- fix break caused by r2208 when using --pipe optionntfreak
2009-06-12Simplify and improve handle_debug_level_comamnd:zwelch
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
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