aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2016-12-08helper: Code cleanup for hexify()Marc Schink
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion
2016-10-30Perform small writes before sending OK.Tim Newsome
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink
2016-10-17gdb server: Add back support to disable the gdb server via the gdb_port configSandeep Mistry
2016-08-14gdb_server: support disabling serverPeter A. Bigot
2016-07-17server: support binding to arbitrary interfacesSteven Stallion
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-04server/telnet: Check malloc() return valuesMarc Schink
2016-02-29helper/fileio: Remove nested structMarc Schink
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton
2015-09-05server: tcl_trace commandAustin Morton
2015-08-06gdb_server: Add check for malloc failEvan Hunter
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser
2015-03-09server: tcl_notifications commandAustin Morton
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki
2015-02-22gdb_server: ignore stray + in ACK modeMatej Kupljen
2015-02-11server: shutdown command should lead to exit without evaluating the restPaul Fertser
2014-09-29gdb_server: Include current RTOS thread in signal packetsJon Burgess
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien
2014-05-31server: fix confusing wording for incoming tcp connectionsPaul Fertser
2014-03-17gdb_server: do not copy feature names for tdesc generationPaul Fertser
2014-03-07gdb_server: Fix segfault in (and rewrite) decode_xfer_readAndreas Fritiofson
2014-03-04gdbserver: fix duplicate declarationSpencer Oliver
2014-03-04gdb_server: fix memory leaks in users of get_reg_features_list()Christian Eggers
2014-03-04Constify received GDB packetChristian Eggers
2014-03-04gdb_server: Don't modify "buf" argument in decode_xfer_read()Christian Eggers
2014-03-04Remove unneeded zero termination of received packetChristian Eggers
2014-02-06gdb_server: Fix confusing warning when entering noack modeAnton Kolesov
2014-02-04server/gdb_server: fix uninitialised variable warningPaul Fertser
2014-01-20gdb_server: check for invalid read memory requestsPaul Fertser
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang
2014-01-08Allow "tcl_port" to be run after config to simply display the port.Robert P. J. Day
2013-12-17fix flash bank auto_probe() fail with multiple targetsSergey A. Borshch
2013-12-01NULL check before dereferencingLuca BRUNO
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-03gdb_server: Further cleanup of target desc functionsAndreas Fritiofson
2013-09-21gdb: cleanup gdb target description supportSpencer Oliver
2013-09-21gdb: enable target description support by defaultSpencer Oliver
2013-09-21gdb: add default description reg typesSpencer Oliver
2013-09-13gdb_server: Do not set gdb_con->sync to true for new connectionsAnton Kolesov
2013-08-29gdb server: do not free tdesc_filename earlySpencer Oliver
2013-08-07gdb_server: check target before executing event callbackHsiangkai Wang
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang