aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe1-1/+1
2009-03-17- remove build warningsntfreak1-0/+3
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe1-7/+8
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-2/+17
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe1-4/+4
2008-10-09added busy sleep (for testing purposes)oharboe1-0/+11
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe1-33/+33
2008-09-08keep_alive now invokes target_call_timer_callbacks_nowoharboe1-7/+14
2008-08-19added alive_sleep() function to let GDB alive packets be sentoharboe1-0/+17
2008-08-13avoid empty lines in log as a keep_alive() sideffectoharboe1-3/+6
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe1-0/+6
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe1-2/+3
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe1-1/+1
2008-07-18- remove build warning from keep_aliventfreak1-1/+1
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe1-0/+45
2008-05-09printing available memory fails on win + mac. Disable for now until a robust ...oharboe1-4/+6
2008-05-08disable code that prints available mem under windows. Does not compile.oharboe1-3/+13
2008-05-07print available memory in log_level 3oharboe1-1/+6
2008-04-09Don Porges fixed c99 issues.oharboe1-6/+6
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-5/+5
2008-03-13Michael Bruck: fixed warningsoharboe1-0/+1
2008-03-13print ms in debug_level 3 logs. Seconds is not enough.oharboe1-3/+3
2008-03-07alloc_printf and alloc_vprintfoharboe1-7/+14
2008-03-06Pavel Chromy: va_copy should always be paired with va_end.oharboe1-0/+3
2008-03-06Pavel Chromy: faster alloc_printf()oharboe1-14/+13
2008-03-06Michael Bruck: 64 bit va_list fix for crashoharboe1-2/+5
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe1-4/+6
2008-02-29formatting fixes from Pavel Chromyoharboe1-11/+11
2008-02-29- clean up target output strings a bitoharboe1-1/+1
2008-02-29do not write single chars to log file.oharboe1-23/+39
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe1-46/+56
2008-02-28Pavel Chromy spotted a leakoharboe1-0/+2
2008-02-28small line ending cleanup.oharboe1-12/+12
2008-02-28- added svn propsntfreak1-12/+12
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe1-13/+34
2008-02-25- remove build warningsntfreak1-1/+1
2008-02-25- convert all files to unix line-endingdrath1-248/+248
2008-02-25Pavel Chromyoharboe1-16/+63
2008-02-24debug_level 3 now prints seconds since start of openocdoharboe1-1/+4
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe1-198/+198
2008-02-22- added patch to remove count and time information from log_printfmifi1-1/+11
2008-02-18- Added a "User:" debug level. These are messages that are intended for the u...ntfreak1-3/+4
2008-02-17- combine similar functions in telnet_server.cntfreak1-1/+0
2008-02-16- cleanup and remove time() warningntfreak1-26/+25
2008-02-14- added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi1-6/+15
2008-02-13- added patch to Improving progress/error output for telnet & GDB monitormifi1-11/+53
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+4