aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2022-09-02Remove rtos.gdb_v_packet. (#722)Tim Newsome1-5/+0
2022-05-04server/gdb: fix gdb remote monitor cmd on multi-targetAntonio Borneo1-4/+16
2022-05-03Merge branch 'master' into from_upstreamTim Newsome1-1/+42
2022-04-23server/gdb: fix return of gdb remote monitor commandAntonio Borneo1-1/+42
2022-04-11Merge branch 'master' into from_upstreamTim Newsome7-62/+182
2022-04-03gdb_server: Improve logging of GDB-remote packetsJan Matyas1-14/+31
2022-03-26openocd: include config.h in every file .cAntonio Borneo1-0/+4
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo3-1/+33
2022-03-19gdb_server: simplify logic to enable/disable gdb_log_callback()Antonio Borneo1-13/+29
2022-03-19server: change prototype of add_service()Antonio Borneo7-35/+86
2022-03-19server: fix: remove kept_alive() from server loopAntonio Borneo1-1/+0
2022-03-03From upstream (#684)Tim Newsome5-65/+70
2022-02-26gdb_server: check target examined while combining reg listAntonio Borneo1-0/+12
2022-02-26gdb_server: fix double freeAntonio Borneo1-15/+17
2022-02-14server: remove remaining crust from dropped eCos codeAntonio Borneo4-42/+0
2022-02-14gdb_server: Include thread name as XML attributeBen McMorran1-2/+8
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-7/+4
2022-02-07fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...Greg Savin1-5/+8
2022-01-29Combine register lists of smp targets.Tim Newsome1-2/+104
2021-12-28Merge branch 'master' into from_upstreamTim Newsome1-7/+15
2021-12-18gdb_server: fix a comment in gdb_new_connection()Antonio Borneo1-4/+7
2021-12-03gdb_server: added and improved several debug printsJan Matyas1-3/+8
2021-10-05Merge branch 'master' into from_upstreamTim Newsome3-151/+211
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-3/+5
2021-08-31Fix build.Tim Newsome1-2/+2
2021-08-31server/telnet: add variables auto-completionTarek BOCHKATI1-16/+37
2021-08-31server/telnet: simplify telnet_input functionTarek BOCHKATI1-131/+168
2021-08-30Merge branch 'master' into from_upstreamTim Newsome5-109/+117
2021-08-30server/telnet: enhance telnet_move_cursorTarek BOCHKATI1-2/+6
2021-08-30server/telnet: support 'CTRL+C'Tarek BOCHKATI1-0/+7
2021-08-30server/telnet: cleanup the if statement mixed styleTarek BOCHKATI1-15/+17
2021-08-30Makefile: drop warning suppression on win buildAntonio Borneo1-6/+0
2021-07-31Call poll at a fixed interval.Tim Newsome1-2/+10
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-21Get closer to mainline. (#624)Tim Newsome1-1/+1
2021-06-11From upstream (#620)Tim Newsome6-41/+870
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-03Merge branch 'master' into from_upstreamTim Newsome1-25/+223