aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-11log: improve log_callback_fn signatureZachary T Welch1-2/+2
2009-11-09server: remove useless declarationsZachary T Welch1-18/+26
2009-11-05Update all server port command to use new helper.Zachary T Welch1-9/+1
2009-10-13Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe1-66/+3
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe1-1/+4
2009-10-09Stop debug session if halt failsØyvind Harboe1-1/+6
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe1-1/+1
2009-09-24When attaching GDB to OpenOCD, the target state is no longer affected.oharboe1-28/+64
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-4/+12
2009-07-27Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enoughoharboe1-1/+7
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-08typo in commentoharboe1-2/+2
2009-06-28A bit more log detail about connections comming and goingduane1-0/+8
2009-06-25- fix issue when using gdb_port cmdntfreak1-3/+1
2009-06-23- Replace '){' with ') {'.zwelch1-6/+6
2009-06-23Remove whitespace that occurs before ')'.zwelch1-20/+20
2009-06-23Remove whitespace that occurs after '('.zwelch1-15/+15
2009-06-23- Fixes '[<>]' whitespacezwelch1-11/+11
2009-06-23- Fixes '+' whitespacezwelch1-13/+13
2009-06-23- Fixes '=' whitespacezwelch1-26/+26
2009-06-23- Fixes '==' whitespacezwelch1-7/+7
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '&&' whitespacezwelch1-3/+3
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-7/+7
2009-06-23- Replace 'for(' with 'for ('.zwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-3/+3
2009-06-23- Replace 'if(' with 'if ('.zwelch1-11/+11
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-21/+21
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-11/+11
2009-06-13David Brownell <david-b@pacbell.net>:zwelch1-3/+3
2009-05-31Add target_get_name wrapper:zwelch1-2/+5
2009-05-31Add target_step wrapper:zwelch1-1/+2
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch1-4/+4
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf1-0/+9
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-7/+5
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-14/+4
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-6/+6
2009-03-18Hiroshi Ito <ito@mlb.co.jp> typosoharboe1-1/+1
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe1-1/+1
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak1-1/+1
2008-12-16allow setting/reading gdb_port at any timeoharboe1-6/+6
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak1-24/+46
2008-12-13- remove target specific variant and use target->variant memberntfreak1-4/+1
2008-11-20- fix issue with gdb_target_to_reg missing second bytentfreak1-1/+1
2008-11-18big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...oharboe1-26/+57