aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2024-05-04ipdbg: fix double free of virtual-ir dataDaniel Anselmi1-7/+6
2024-03-24gdb_server: drop useless check in gdb_keep_client_alive()Antonio Borneo1-5/+2
2024-03-24gdb_server: add async-notif keep-alive during memory read/writeAntonio Borneo1-6/+46
2024-03-16ipdbg: configurable queue size used between JTAG-Host and JTAG-HubDaniel Anselmi1-14/+54
2024-03-16ipdbg: split ipdbg command into multiple commandsDaniel Anselmi3-139/+280
2024-03-09gdb_server: fix segfault with GDB command 'flash-erase'Antonio Borneo1-0/+7
2024-03-02gdb_server: don't send unrequested ACK at connectionAntonio Borneo1-3/+0
2024-02-17server/gdb-server: fix type error.wangyanwen1-4/+5
2024-01-13ipdbg: improve ipdbg-host speedDaniel Anselmi1-67/+209
2023-12-24break from long loops on shutdown requestEvgeniy Naydanov1-0/+1
2023-11-24rtt_server: Add option for a message when client connectsThiemo van Engelen1-3/+21
2023-10-14server/gdb_server: Log gdb index in debug messages.Tim Newsome1-13/+20
2023-09-17server/gdb_server.c: support unavailable registersEvgeniy Naydanov1-19/+30
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-1/+1
2023-07-14ipdbg: fix 'double free' in case of failed startDaniel Anselmi1-3/+1
2023-07-08ipdbg/pld: ipdbg can get tap and hub/ir from pld driver.Daniel Anselmi1-1/+31
2023-06-10gdb_server: refactor and unify function gdb_get_char_innerMarek Vrbka1-31/+12
2023-06-10gdb_server: add debug signal reason printsMarek Vrbka1-2/+7
2023-05-18server: gdb: export gdb_actual_connections through a functionAntonio Borneo2-1/+9
2023-04-30src: fix clang15 compiler warningsErhan Kurubas1-6/+2
2023-04-30server/ipdbg: add error checks after allocating memoryDaniel Anselmi1-1/+22
2023-04-14src/server: Fix memory leak of reg_listpanciyan1-0/+1
2023-04-07ipdbg: whitespacesDaniel Anselmi1-9/+9
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo6-6/+6
2022-09-03server: add function to get openocd shutdown statusErhan Kurubas2-0/+7
2022-08-27server/server: fix target timer timingTomas Vanek1-4/+7
2022-08-20server/gdb_server: Add support for default thread, use by IDA debuggerMadSquirrel1-93/+92
2022-08-15gdb_server: custom target-specific GDB queriesIan Thompson1-0/+5
2022-08-15gdb_server: support sparse register mapsIan Thompson1-2/+6
2022-08-15gdb_server: add "not supported" Z-packet replyIan Thompson1-2/+8
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo10-130/+20
2022-07-23openocd: build: add SPDX tagAntonio Borneo2-0/+4
2022-06-10telnet_server: fix scan-build warningTarek BOCHKATI1-1/+5
2022-06-08telnet_server: fix valgrind errorErhan Kurubas1-10/+1
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+2
2022-05-07server/gdb: fix gdb remote monitor cmd on multi-targetAntonio Borneo1-4/+16
2022-05-07smp: deprecate legacy SMP core switching supportAntonio Borneo1-0/+2
2022-04-23server/gdb: fix return of gdb remote monitor commandAntonio Borneo1-1/+42
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-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-01-29Combine register lists of smp targets.Tim Newsome1-2/+104