aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-3/+3
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo3-22/+22
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo4-46/+46
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo2-5/+5
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-3/+16
2021-07-02server: rename CamelCase symbolsAntonio Borneo1-7/+7
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas1-20/+41
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo1-15/+11
2021-05-15server: gdb_server: Add colon for target extended-remoteYasushi SHOJI1-1/+1
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi3-1/+796
2021-05-08telnet/auto-complete: hide deprecated and internal commandsAntonio Borneo1-0/+3
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