aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)Author
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-24fixed false positives for keep_alive() not being invoked. oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-26do not check checksums in noack caseoharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-23- clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak
2008-08-22- add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak
2008-08-14typo spotted by spen. gdb_breakpoint_override not tested yet.oharboe
2008-08-13added global gdb breakpoint override configuration commandoharboe
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe
2008-08-13return halted signal if step/continue failsoharboe
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24wait 500ms for target to halt upon connect.oharboe
2008-07-23- comment about dummy ack '+' char from gdbntfreak
2008-07-23fix <memory> is missing upon gdb connect warning when no flash is defined for...oharboe
2008-07-21restart is a per-target actionoharboe
2008-07-21Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-06src/helper/configuration.hoharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-05-06Edgar Grimberg found tiny memory leakoharboe
2008-04-23regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe
2008-04-13More robust handling of unknown target state for step/continue packet.oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-10- fixed a problem with big endian XScale and GDB register packets.oharboe
2008-03-10- Fixed various error handling when looking for memory leaksoharboe
2008-03-07- Improves error handling upon GDB connectoharboe
2008-03-06Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and...oharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-03-04Bogus error message in GDB removedoharboe
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe
2008-03-01log_remove_callbackoharboe
2008-02-29- clean up target output strings a bitoharboe
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe
2008-02-28- added svn propsntfreak
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromyoharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-24- fixes possible crash when GDB connection is closed while target is running ...drath
2008-02-19- add search paths via new arg -s (-search). Thanks Ted Rothntfreak