aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2021-05-08telnet: allow hiding selected commands during auto-completionAntonio Borneo2-1/+18
2021-05-01Cleanup of config/includes.Tim Newsome2-0/+2
2021-05-01telnet: auto-completion of "registered" commandsTarek BOCHKATI1-25/+223
2021-04-11target/aarch64: Add watchpoint supportLiming Sun1-1/+1
2021-03-19telnet: support end and home keysTarek BOCHKATI1-0/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo6-11/+6
2020-12-26gdb_server: fix HW thread status at gdb attachAntonio Borneo1-9/+9
2020-12-26gdb_server: minor fix for indentationAntonio Borneo1-1/+1
2020-12-02Add initial RTT supportMarc Schink3-1/+220
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek1-4/+4
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI5-5/+10
2020-11-04server: declare local functions as staticAntonio Borneo1-1/+1
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo1-1/+1
2020-11-04gdb_server: fix clang static analyzer warningTomas Vanek1-1/+1
2020-10-24server/telnet: Handle Ctrl+KBrian Brooks1-1/+11
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-9/+9
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo3-32/+14
2020-08-16server/gdb_server: fix incorrect condition checkChristopher Head1-1/+1
2020-08-08gdb_server: refuse gdb connection if target is not examinedAntonio Borneo1-0/+11
2020-07-26server: fix minor typosAntonio Borneo2-4/+4
2020-07-08gdb_server: suggest user to prefer GDB extended modeAntonio Borneo1-0/+7
2020-07-08coding style: add arguments to function prototypesAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-9/+6
2020-06-14openocd: fix issue in WIN32 with TCP adaptersTarek BOCHKATI2-2/+18
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-4/+4
2020-05-09server/telnet: Fix history outputMarc Schink1-15/+35
2020-05-02server: set tcp port and bind address before initAntonio Borneo4-4/+4
2020-04-13server: set connection::input_pending type to boolTarek BOCHKATI3-6/+6
2020-04-13server/gdb_server: set gdb_connection::ctrl_c type to boolTarek BOCHKATI1-6/+6
2020-04-12gdb_server: print the target associated to the gdb portAntonio Borneo1-1/+1
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2020-01-16server/server: fix clang static analyzer warningTomas Vanek1-1/+1
2019-12-19gdb_server: fix extended_protocol for multi-targetAntonio Borneo1-4/+5
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo1-5/+5
2019-12-12server/tcl_server.c: Fix buffer overrunJimmy1-1/+1
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser1-5/+5
2019-11-22CVE-2018-5704: Prevent some forms of Cross Protocol Scripting attacksAndreas Fritiofson1-0/+11
2019-10-18gdb_server: Support vRun packet, allow setting cmdline from GDBAndreas Fritiofson1-8/+102
2019-10-18gdb-server: Create arch-specific structure type for every featureAlexey Brodkin1-4/+4
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-35/+46
2019-06-06gdb_server: remove call to jtag_execute_queue()Antonio Borneo1-6/+0
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv1-6/+4
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo2-4/+4
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-03tcl_server: fix minor typo in commentPeter Lawrence1-1/+1
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-5/+4
2019-03-06gdb_server: fix 'null' pointer passed as 'nonnull' parameterAntonio Borneo1-2/+2
2019-03-04gdb_server: remove warning for stepi after gdb_syncAntonio Borneo1-2/+2
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-0/+2
2019-02-21server: fix small mem leak of bindto_nameTomas Vanek1-0/+2