summaryrefslogtreecommitdiff
path: root/src/helper/log.c
Commit message (Expand)AuthorAgeFilesLines
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-031-1/+1
* support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch2009-11-251-0/+13
* log: improve initializationZachary T Welch2009-11-251-8/+3
* log: use register_commands()Zachary T Welch2009-11-241-5/+19
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* improve alloc_vprintfAndreas Fritiofson2009-11-241-27/+16
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* helper/log: improve API parameter typesZachary T Welch2009-11-161-15/+12
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* log_callback_t -> struct log_callbackZachary T Welch2009-11-131-5/+5
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+2
* Improve debug_level command argument parsing.Zachary T Welch2009-11-051-3/+1
* Try/catch scheme. Typed up the functionality and regression tested.oharboe2009-09-251-9/+91
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-5/+5
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-13/+13
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* - fix break caused by r2208 when using --pipe optionntfreak2009-06-211-2/+2
* Simplify and improve handle_debug_level_comamnd:zwelch2009-06-121-10/+11
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-1/+13
* 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