aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2008-11-10minor cleanupoharboe
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe
2008-10-22produce syntax erroroharboe
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-10-14- remove build warningsntfreak
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe
2008-10-06Centralize error handling for buggy register handlingoharboe
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-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-08-07- correct BUILD_ECOSBOARD definition is server.cntfreak
2008-08-05GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe
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-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe
2008-07-06- fixed build issues with win32ntfreak
2008-07-06moving Tcl stuff around slightly.oharboe
2008-07-06fix a few compilation problems.oharboe
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe
2008-07-06src/helper/configuration.hoharboe
2008-05-21- remove error message on shutdownntfreak
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-05-07increase packet size to 16kBytes. Very slightly faster.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