summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* improve gdb_init() sequenceZachary T Welch2009-11-301-33/+46
* fix typos in source filesUwe Hermann2009-11-261-5/+5
* target: create and use target_name()David Brownell2009-11-251-5/+5
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+2
* server: use register_commandsZachary T Welch2009-11-241-22/+50
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-42/+3
* 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-12/+12
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-6/+6
* target: simplify register get/set opsDavid Brownell2009-11-171-9/+2
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-11/+11
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-7/+7
* target_t -> struct targetZachary T Welch2009-11-131-21/+21
* reg_t -> struct regZachary T Welch2009-11-131-6/+6
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-2/+2
* connection_t -> struct connectionZachary T Welch2009-11-131-34/+34
* gdb_service_t -> struct gdb_serviceZachary T Welch2009-11-131-8/+8
* gdb_connection_t -> struct gdb_connectionZachary T Welch2009-11-131-19/+19
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+6
* log: improve log_callback_fn signatureZachary T Welch2009-11-111-2/+2
* server: remove useless declarationsZachary T Welch2009-11-091-18/+26
* Update all server port command to use new helper.Zachary T Welch2009-11-051-9/+1
* Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe2009-10-131-66/+3
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-1/+4
* Stop debug session if halt failsØyvind Harboe2009-10-091-1/+6
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-1/+1
* When attaching GDB to OpenOCD, the target state is no longer affected.oharboe2009-09-241-28/+64
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-4/+12
* Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enoughoharboe2009-07-271-1/+7
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* typo in commentoharboe2009-07-081-2/+2
* A bit more log detail about connections comming and goingduane2009-06-281-0/+8
* - fix issue when using gdb_port cmdntfreak2009-06-251-3/+1
* - Replace '){' with ') {'.zwelch2009-06-231-6/+6
* Remove whitespace that occurs before ')'.zwelch2009-06-231-20/+20
* Remove whitespace that occurs after '('.zwelch2009-06-231-15/+15
* - Fixes '[<>]' whitespacezwelch2009-06-231-11/+11
* - Fixes '+' whitespacezwelch2009-06-231-13/+13
* - Fixes '=' whitespacezwelch2009-06-231-26/+26
* - Fixes '==' whitespacezwelch2009-06-231-7/+7
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '&&' whitespacezwelch2009-06-231-3/+3
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1