aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-10minor cleanupoharboe1-1/+1
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-0/+6
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe1-1/+1
2008-10-22produce syntax erroroharboe1-8/+4
2008-10-22Laurentiu Cocanu - more help textoharboe1-13/+24
2008-10-14- remove build warningsntfreak1-2/+5
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe1-11/+33
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe1-6/+35
2008-10-06Centralize error handling for buggy register handlingoharboe1-10/+1
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe1-1/+1
2008-09-24fixed false positives for keep_alive() not being invoked. oharboe1-47/+51
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-9/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-16/+24
2008-08-26do not check checksums in noack caseoharboe1-104/+124
2008-08-24duan ellis target tcl work in progressoharboe1-8/+12
2008-08-23- clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak1-0/+2
2008-08-22- add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak1-8/+30
2008-08-14typo spotted by spen. gdb_breakpoint_override not tested yet.oharboe1-1/+1
2008-08-13added global gdb breakpoint override configuration commandoharboe1-0/+48
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe1-0/+7
2008-08-13return halted signal if step/continue failsoharboe1-38/+57
2008-08-05Duane Ellis: fix warningsoharboe1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-24wait 500ms for target to halt upon connect.oharboe1-0/+7
2008-07-23- comment about dummy ack '+' char from gdbntfreak1-3/+2
2008-07-23fix <memory> is missing upon gdb connect warning when no flash is defined for...oharboe1-2/+2
2008-07-21restart is a per-target actionoharboe1-1/+1
2008-07-21Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe1-2/+1
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-2/+4
2008-07-08- fix pre_resume script not being calledntfreak1-0/+2
2008-07-06src/helper/configuration.hoharboe1-17/+3
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-1/+4
2008-05-06Edgar Grimberg found tiny memory leakoharboe1-0/+3
2008-04-23regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe1-4/+59
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe1-2/+4
2008-04-13More robust handling of unknown target state for step/continue packet.oharboe1-6/+18
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-5/+5
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe1-4/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-67/+67
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak1-1/+1
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe1-2/+2