summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - remove build warningsntfreak2008-10-141-2/+5
* Laurentiu Cocanu - more error handling fixesoharboe2008-10-141-11/+33
* Duane Ellis: addresses protocol problems with GDB.oharboe2008-10-111-6/+35
* Centralize error handling for buggy register handlingoharboe2008-10-061-10/+1
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-1/+1
* fixed false positives for keep_alive() not being invoked. oharboe2008-09-241-47/+51
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-16/+24
* do not check checksums in noack caseoharboe2008-08-261-104/+124