84 Commits (6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023)

Author SHA1 Message Date
  Øyvind Harboe d623832685 log: remove hack to redirect logs when pipes are in use 13 years ago
  Øyvind Harboe c86d7bdad4 jim: fix bug in tcl "puts" 14 years ago
  Antonio Borneo f1be0e6af2 HELPER/LOG: review unused symbols 14 years ago
  David Brownell 1dd5277ba3 src/helper: usage/help updates 14 years ago
  Zachary T Welch c538a830cd change #include "server.h" to <server/server.h> 14 years ago
  Zachary T Welch a3d81eed4d support OPENOCD_DEBUG_LEVEL environment setting 14 years ago
  Zachary T Welch be482a5335 log: improve initialization 14 years ago
  Zachary T Welch 29772ec372 log: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Andreas Fritiofson 338a674faa improve alloc_vprintf 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 23402315ce command_handler: change 'args' to CMD_ARGV 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  Zachary T Welch 9763aef76a helper/log: improve API parameter types 14 years ago
  David Brownell 1186f7efa7 target: less implicit inclusion of "command.h" 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch f59ec2043b log_callback_t -> struct log_callback 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago
  Zachary T Welch f6f1dbfafd Improve debug_level command argument parsing. 14 years ago
  oharboe 1c262c8826 Try/catch scheme. Typed up the functionality and regression tested. 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  zwelch 6d1d58a1fc - Fixes '[<>]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch d61714f4d5 - Fixes '[+]=' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  ntfreak 1d9ce8d2b3 - fix break caused by r2208 when using --pipe option 15 years ago
  zwelch 0f6a47837e Simplify and improve handle_debug_level_comamnd: 15 years ago
  kc8apf 35d8b2bf77 Author: Nicolas Pitre <nico@cam.org> 15 years ago
  zwelch 6411b69af9 Mark API layering violations in the helper module with @todo notes. 15 years ago
  zwelch 8a5b25790f Audit and eliminate redundant helper #include directives. 15 years ago
  zwelch 6a8583ebc4 Add --enable-malloc-logging configure option and update log.c to match. 15 years ago
  oharboe e03658ee07 made warning about keep_alive() not being invoked more helpful 15 years ago
  ntfreak c13924e32c - remove build warnings 15 years ago
  oharboe ca805a472c Dick Hollenbeck <dick@softplc.com> better logging 15 years ago
  ntfreak 47d0449347 - add ability for openocd to communicate to gdb using pipes (stdin/stdout). 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  oharboe 358b472ab8 sleep command now prints out target debugmsgs w/anything like usable performance 15 years ago
  oharboe d798871a99 added busy sleep (for testing purposes) 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe 9b6853bc4c - Fixed regression introduced in 890 when "fixing warnings" for target_call_timer_callbacks_now(). 15 years ago
  oharboe bc3474b65d keep_alive now invokes target_call_timer_callbacks_now 15 years ago
  oharboe 8d0e3395a0 added alive_sleep() function to let GDB alive packets be sent 15 years ago
  oharboe 48f57b6746 avoid empty lines in log as a keep_alive() sideffect 15 years ago
  oharboe c76b0618d7 David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c 16 years ago
  oharboe 526fe3d83e added yours sincerely for files where I feel that I've made non-trivial contributions. 16 years ago
  oharboe 6e5416106e Only print out gobs of information to log when -d3 is enabled. 16 years ago
  oharboe 495f257980 BUG: prefix to timeout for gdb keep alive packets. 16 years ago
  ntfreak 2c3f0ebae9 - remove build warning from keep_alive 16 years ago