| Commit message (Expand) | Author | Age | Files | Lines |
* | improve gdb_init() sequence | Zachary T Welch | 2009-11-30 | 1 | -33/+46 |
* | fix typos in source files | Uwe Hermann | 2009-11-26 | 1 | -5/+5 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 1 | -5/+5 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 1 | -2/+2 |
* | server: use register_commands | Zachary T Welch | 2009-11-24 | 1 | -22/+50 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -6/+6 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -42/+3 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -12/+12 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -6/+6 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -9/+2 |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -11/+11 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -1/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_arch_type_t -> struct reg_arch_type | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | connection_t -> struct connection | Zachary T Welch | 2009-11-13 | 1 | -34/+34 |
* | gdb_service_t -> struct gdb_service | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | gdb_connection_t -> struct gdb_connection | Zachary T Welch | 2009-11-13 | 1 | -19/+19 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | log: improve log_callback_fn signature | Zachary T Welch | 2009-11-11 | 1 | -2/+2 |
* | server: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -18/+26 |
* | Update all server port command to use new helper. | Zachary T Welch | 2009-11-05 | 1 | -9/+1 |
* | Retired gdb_attach. gdb-detach event covers this functionality. | Øyvind Harboe | 2009-10-13 | 1 | -66/+3 |
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 1 | -1/+4 |
* | Stop debug session if halt fails | Øyvind Harboe | 2009-10-09 | 1 | -1/+6 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 1 | -1/+1 |
* | When attaching GDB to OpenOCD, the target state is no longer affected. | oharboe | 2009-09-24 | 1 | -28/+64 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -4/+12 |
* | Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough | oharboe | 2009-07-27 | 1 | -1/+7 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | typo in comment | oharboe | 2009-07-08 | 1 | -2/+2 |
* | A bit more log detail about connections comming and going | duane | 2009-06-28 | 1 | -0/+8 |
* | - fix issue when using gdb_port cmd | ntfreak | 2009-06-25 | 1 | -3/+1 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -6/+6 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -20/+20 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -15/+15 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -11/+11 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -13/+13 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -26/+26 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |