summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* duan ellis target tcl work in progressoharboe2008-08-241-8/+12
* - clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak2008-08-231-0/+2
* - add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak2008-08-221-8/+30
* typo spotted by spen. gdb_breakpoint_override not tested yet.oharboe2008-08-141-1/+1
* added global gdb breakpoint override configuration commandoharboe2008-08-131-0/+48
* Clear all dangling breakpoints upon GDB connection.oharboe2008-08-131-0/+7
* return halted signal if step/continue failsoharboe2008-08-131-38/+57
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* wait 500ms for target to halt upon connect.oharboe2008-07-241-0/+7
* - comment about dummy ack '+' char from gdbntfreak2008-07-231-3/+2
* fix <memory> is missing upon gdb connect warning when no flash is defined for...oharboe2008-07-231-2/+2
* restart is a per-target actionoharboe2008-07-211-1/+1
* Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe2008-07-211-2/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-2/+4
* - fix pre_resume script not being calledntfreak2008-07-081-0/+2
* src/helper/configuration.hoharboe2008-07-061-17/+3
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-1/+4
* Edgar Grimberg found tiny memory leakoharboe2008-05-061-0/+3
* regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe2008-04-231-4/+59
* Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2008-04-181-2/+4
* More robust handling of unknown target state for step/continue packet.oharboe2008-04-131-6/+18
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-5/+5
* Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe2008-04-071-4/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-67/+67
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-221-1/+1
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-2/+2