aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2017-02-10server: Allow 64 address to be send over GBD serverDavid Ung1-13/+13
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-4/+4
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson1-1/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-18/+14
2016-12-08helper: Code cleanup for hexify()Marc Schink2-3/+4
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion1-1/+124
2016-10-30Perform small writes before sending OK.Tim Newsome1-10/+27
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-2/+2
2016-10-17gdb server: Add back support to disable the gdb server via the gdb_port configSandeep Mistry1-1/+6
2016-08-14gdb_server: support disabling serverPeter A. Bigot1-0/+5
2016-07-17server: support binding to arbitrary interfacesSteven Stallion1-2/+44
2016-05-24Make #include guard naming consistentMarc Schink4-12/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink9-27/+9
2016-05-04server/telnet: Check malloc() return valuesMarc Schink1-2/+16
2016-02-29helper/fileio: Remove nested structMarc Schink1-3/+3
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner1-8/+43
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton4-5/+10
2015-09-05server: tcl_trace commandAustin Morton1-2/+56
2015-08-06gdb_server: Add check for malloc failEvan Hunter1-0/+3
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton1-1/+1
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-2/+10
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+1
2015-03-09server: tcl_notifications commandAustin Morton1-3/+85
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki2-4/+23
2015-02-22gdb_server: ignore stray + in ACK modeMatej Kupljen1-1/+1
2015-02-11server: shutdown command should lead to exit without evaluating the restPaul Fertser1-1/+1
2014-09-29gdb_server: Include current RTOS thread in signal packetsJon Burgess1-4/+12
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien1-2/+29
2014-05-31server: fix confusing wording for incoming tcp connectionsPaul Fertser1-1/+1
2014-03-17gdb_server: do not copy feature names for tdesc generationPaul Fertser1-12/+4
2014-03-07gdb_server: Fix segfault in (and rewrite) decode_xfer_readAndreas Fritiofson1-30/+18
2014-03-04gdbserver: fix duplicate declarationSpencer Oliver1-1/+0
2014-03-04gdb_server: fix memory leaks in users of get_reg_features_list()Christian Eggers1-13/+25
2014-03-04Constify received GDB packetChristian Eggers1-26/+26
2014-03-04gdb_server: Don't modify "buf" argument in decode_xfer_read()Christian Eggers1-8/+21
2014-03-04Remove unneeded zero termination of received packetChristian Eggers1-3/+2
2014-02-06gdb_server: Fix confusing warning when entering noack modeAnton Kolesov1-5/+15
2014-02-04server/gdb_server: fix uninitialised variable warningPaul Fertser1-1/+1
2014-01-20gdb_server: check for invalid read memory requestsPaul Fertser1-0/+6
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-16/+16
2014-01-08Allow "tcl_port" to be run after config to simply display the port.Robert P. J. Day1-1/+1
2013-12-17fix flash bank auto_probe() fail with multiple targetsSergey A. Borshch1-2/+7
2013-12-01NULL check before dereferencingLuca BRUNO1-1/+2
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson5-22/+16
2013-10-03gdb_server: Further cleanup of target desc functionsAndreas Fritiofson1-41/+43
2013-09-21gdb: cleanup gdb target description supportSpencer Oliver1-13/+50
2013-09-21gdb: enable target description support by defaultSpencer Oliver1-4/+63
2013-09-21gdb: add default description reg typesSpencer Oliver1-0/+4
2013-09-13gdb_server: Do not set gdb_con->sync to true for new connectionsAnton Kolesov1-1/+1
2013-08-29gdb server: do not free tdesc_filename earlySpencer Oliver1-2/+2