summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixes '!=' whitespacezwelch2009-06-231-7/+7
* - Replace 'for(' with 'for ('.zwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-11/+11
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-11/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-131-3/+3
* Add target_get_name wrapper:zwelch2009-05-311-2/+5
* Add target_step wrapper:zwelch2009-05-311-1/+2
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-311-4/+4
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+9
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-7/+5
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-14/+4
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-6/+6
* Hiroshi Ito <ito@mlb.co.jp> typosoharboe2009-03-181-1/+1
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-1/+1
* - add gdb pipe support to native win32 (--pipe option)ntfreak2009-01-011-1/+1
* allow setting/reading gdb_port at any timeoharboe2008-12-161-6/+6
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-151-24/+46
* - remove target specific variant and use target->variant memberntfreak2008-12-131-4/+1
* - fix issue with gdb_target_to_reg missing second bytentfreak2008-11-201-1/+1
* big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...oharboe2008-11-181-26/+57
* minor cleanupoharboe2008-11-101-1/+1
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-0/+6
* gdb_report_data_abort now ignores all target read errors, including address s...oharboe2008-10-241-1/+1
* produce syntax erroroharboe2008-10-221-8/+4
* Laurentiu Cocanu - more help textoharboe2008-10-221-13/+24