aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
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-18- fix incorrectly registered function openocd_array2memntfreak1-107/+105
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe1-0/+1
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe1-1/+1
2008-07-08- fix pre_resume script not being calledntfreak1-0/+2
2008-07-07added pre/postlude fn's for when OpenOCD is sleeping.oharboe1-15/+7
2008-07-06- fixed build issues with win32ntfreak3-236/+228
2008-07-06moving Tcl stuff around slightly.oharboe1-4/+3
2008-07-06fix a few compilation problems.oharboe2-0/+2
2008-07-06Charles Hardin <ckhardin@gmail.com> - Tcl Serveroharboe3-0/+232
2008-07-06src/helper/configuration.hoharboe2-20/+14
2008-05-21- remove error message on shutdownntfreak1-3/+0
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-1/+4
2008-05-07increase packet size to 16kBytes. Very slightly faster.oharboe1-1/+1
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.oharboe2-32/+22
2008-03-26hooks for multithreading. Disable nagleoharboe1-1/+53
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak3-84/+84
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
2008-03-11tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe1-2/+3
2008-03-11Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe1-67/+87
2008-03-10Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe1-13/+24
2008-03-10prettier async outputoharboe1-0/+5
2008-03-10- fixed a problem with big endian XScale and GDB register packets.oharboe1-27/+6
2008-03-10- Fixed various error handling when looking for memory leaksoharboe1-19/+16
2008-03-07- Improves error handling upon GDB connectoharboe1-2/+9
2008-03-07Asynchronous output information from e.g. a halt is now displayed again.oharboe1-4/+6
2008-03-07Removed code that inserted prompt after printing asynchronous information. Cu...oharboe2-14/+0
2008-03-06Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and...oharboe1-36/+32
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe2-111/+121
2008-03-05telnet_port can now be invoked multiple timesoharboe1-3/+1
2008-03-04Bogus error message in GDB removedoharboe1-3/+2
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe1-1/+1
2008-03-01log_remove_callbackoharboe1-0/+1
2008-02-29formatting fixes from Pavel Chromyoharboe1-3/+3
2008-02-29- clean up target output strings a bitoharboe1-1/+1
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2-31/+26
2008-02-28- added svn propsntfreak1-116/+116
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2-21/+27
2008-02-25- remove build warningsntfreak1-2/+2
2008-02-25- convert all files to unix line-endingdrath3-3188/+3188
2008-02-25Pavel Chromyoharboe2-2739/+2738