| Commit message (Expand) | Author | Age | Files | Lines |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -1/+13 |
* | Mark API layering violations in the helper module with @todo notes. | zwelch | 2009-05-11 | 1 | -0/+1 |
* | Audit and eliminate redundant helper #include directives. | zwelch | 2009-05-11 | 1 | -8/+0 |
* | Add --enable-malloc-logging configure option and update log.c to match. | zwelch | 2009-05-11 | 1 | -5/+8 |
* | made warning about keep_alive() not being invoked more helpful | oharboe | 2009-05-05 | 1 | -1/+1 |
* | - remove build warnings | ntfreak | 2009-03-17 | 1 | -0/+3 |
* | Dick Hollenbeck <dick@softplc.com> better logging | oharboe | 2008-12-19 | 1 | -7/+8 |
* | - add ability for openocd to communicate to gdb using pipes (stdin/stdout). | ntfreak | 2008-12-15 | 1 | -2/+17 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -1/+0 |
* | sleep command now prints out target debugmsgs w/anything like usable performance | oharboe | 2008-10-16 | 1 | -4/+4 |
* | added busy sleep (for testing purposes) | oharboe | 2008-10-09 | 1 | -0/+11 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | - Fixed regression introduced in 890 when "fixing warnings" for target_call_t... | oharboe | 2008-09-12 | 1 | -33/+33 |
* | keep_alive now invokes target_call_timer_callbacks_now | oharboe | 2008-09-08 | 1 | -7/+14 |
* | added alive_sleep() function to let GDB alive packets be sent | oharboe | 2008-08-19 | 1 | -0/+17 |
* | avoid empty lines in log as a keep_alive() sideffect | oharboe | 2008-08-13 | 1 | -3/+6 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+6 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | Only print out gobs of information to log when -d3 is enabled. | oharboe | 2008-07-22 | 1 | -2/+3 |
* | BUG: prefix to timeout for gdb keep alive packets. | oharboe | 2008-07-20 | 1 | -1/+1 |
* | - remove build warning from keep_alive | ntfreak | 2008-07-18 | 1 | -1/+1 |
* | 1. GDB will print cryptic error messages if it is not fed keep-alive packets | oharboe | 2008-07-18 | 1 | -0/+45 |
* | printing available memory fails on win + mac. Disable for now until a robust ... | oharboe | 2008-05-09 | 1 | -4/+6 |
* | disable code that prints available mem under windows. Does not compile. | oharboe | 2008-05-08 | 1 | -3/+13 |
* | print available memory in log_level 3 | oharboe | 2008-05-07 | 1 | -1/+6 |
* | Don Porges fixed c99 issues. | oharboe | 2008-04-09 | 1 | -6/+6 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -5/+5 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-13 | 1 | -0/+1 |
* | print ms in debug_level 3 logs. Seconds is not enough. | oharboe | 2008-03-13 | 1 | -3/+3 |
* | alloc_printf and alloc_vprintf | oharboe | 2008-03-07 | 1 | -7/+14 |
* | Pavel Chromy: va_copy should always be paired with va_end. | oharboe | 2008-03-06 | 1 | -0/+3 |
* | Pavel Chromy: faster alloc_printf() | oharboe | 2008-03-06 | 1 | -14/+13 |
* | Michael Bruck: 64 bit va_list fix for crash | oharboe | 2008-03-06 | 1 | -2/+5 |
* | Fixed GDB timeout crash - regression introduced back when log_add/remove_call... | oharboe | 2008-03-04 | 1 | -4/+6 |
* | formatting fixes from Pavel Chromy | oharboe | 2008-02-29 | 1 | -11/+11 |
* | - clean up target output strings a bit | oharboe | 2008-02-29 | 1 | -1/+1 |
* | do not write single chars to log file. | oharboe | 2008-02-29 | 1 | -23/+39 |
* | Summary: passing of variable argument list reduced, strings sent to logging a... | oharboe | 2008-02-29 | 1 | -46/+56 |
* | Pavel Chromy spotted a leak | oharboe | 2008-02-28 | 1 | -0/+2 |
* | small line ending cleanup. | oharboe | 2008-02-28 | 1 | -12/+12 |
* | - added svn props | ntfreak | 2008-02-28 | 1 | -12/+12 |
* | - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This | oharboe | 2008-02-28 | 1 | -13/+34 |
* | - remove build warnings | ntfreak | 2008-02-25 | 1 | -1/+1 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -248/+248 |
* | Pavel Chromy | oharboe | 2008-02-25 | 1 | -16/+63 |
* | debug_level 3 now prints seconds since start of openocd | oharboe | 2008-02-24 | 1 | -1/+4 |
* | cosmetic fixes to debug output + phasing out printf() in favour of logging sy... | oharboe | 2008-02-24 | 1 | -198/+198 |
* | - added patch to remove count and time information from log_printf | mifi | 2008-02-22 | 1 | -1/+11 |
* | - Added a "User:" debug level. These are messages that are intended for the u... | ntfreak | 2008-02-18 | 1 | -3/+4 |
* | - combine similar functions in telnet_server.c | ntfreak | 2008-02-17 | 1 | -1/+0 |