| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 1 | -11/+11 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-13 | 1 | -3/+3 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -2/+5 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 1 | -1/+2 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+9 |