summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Improves error handling upon GDB connectoharboe2008-03-071-2/+9
* Asynchronous output information from e.g. a halt is now displayed again.oharboe2008-03-071-4/+6
* Removed code that inserted prompt after printing asynchronous information. Cu...oharboe2008-03-072-14/+0
* Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and...oharboe2008-03-061-36/+32
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-052-111/+121
* telnet_port can now be invoked multiple timesoharboe2008-03-051-3/+1
* Bogus error message in GDB removedoharboe2008-03-041-3/+2
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-1/+1
* log_remove_callbackoharboe2008-03-011-0/+1
* formatting fixes from Pavel Chromyoharboe2008-02-291-3/+3
* - clean up target output strings a bitoharboe2008-02-291-1/+1
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-292-31/+26
* - added svn propsntfreak2008-02-281-116/+116
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-282-21/+27
* - remove build warningsntfreak2008-02-251-2/+2
* - convert all files to unix line-endingdrath2008-02-253-3188/+3188
* Pavel Chromyoharboe2008-02-252-2739/+2738
* committed bugfix from Michael Bruckoharboe2008-02-251-446/+446
* dos2unix fix.oharboe2008-02-251-2107/+2107
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-252-3/+8
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-2114/+2107
* - fixed target->type->poll() return valueoharboe2008-02-241-5/+13
* - fixes possible crash when GDB connection is closed while target is running ...drath2008-02-242-39/+24
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-191-1/+2
* - reapply fix with telnet prompt while running/halting gdbntfreak2008-02-182-11/+18
* - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath2008-02-182-49/+67
* - ignore data aborts during gdb memory read packets by default, and return 0x...drath2008-02-181-10/+37
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-181-78/+9
* - combine similar functions in telnet_server.cntfreak2008-02-171-10/+3
* - solve lots of problems with stuck GDB connections, making it impossible to ...ntfreak2008-02-162-99/+183
* - fix issue with telnet prompt while gdb runningntfreak2008-02-162-6/+15
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-132-7/+81