summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-206-14/+23
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-012-17/+25
* 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-222-8/+31
* 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
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+4
* - correct BUILD_ECOSBOARD definition is server.cntfreak2008-08-071-5/+2
* GDB monitor commands now also get halted state upon e.g. "reset halt".oharboe2008-08-051-18/+0
* Duane Ellis: fix warningsoharboe2008-08-054-9/+9
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-256-0/+18
* 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 incorrectly registered function openocd_array2memntfreak2008-07-181-107/+105
* 1. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe2008-07-181-0/+1
* Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe2008-07-171-1/+1
* - fix pre_resume script not being calledntfreak2008-07-081-0/+2
* added pre/postlude fn's for when OpenOCD is sleeping.oharboe2008-07-071-15/+7
* - fixed build issues with win32ntfreak2008-07-063-236/+228
* moving Tcl stuff around slightly.oharboe2008-07-061-4/+3
* fix a few compilation problems.oharboe2008-07-062-0/+2
* Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe2008-07-063-0/+232
* src/helper/configuration.hoharboe2008-07-062-20/+14
* - remove error message on shutdownntfreak2008-05-211-3/+0
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-1/+4
* increase packet size to 16kBytes. Very slightly faster.oharboe2008-05-071-1/+1
* 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-072-32/+22
* hooks for multithreading. Disable nagleoharboe2008-03-261-1/+53
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-253-84/+84
* - 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
* tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe2008-03-111-2/+3
* Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe2008-03-111-67/+87
* Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe2008-03-101-13/+24
* prettier async outputoharboe2008-03-101-0/+5
* - fixed a problem with big endian XScale and GDB register packets.oharboe2008-03-101-27/+6
* - Fixed various error handling when looking for memory leaksoharboe2008-03-101-19/+16