jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / server /
2024-03-24 Antonio Borneogdb_server: drop useless check in gdb_keep_client_alive() 66/8166/2
2024-03-24 Antonio Borneogdb_server: add async-notif keep-alive during memory... 65/8165/2
2024-03-16 Daniel Anselmiipdbg: configurable queue size used between JTAG-Host... 80/7980/11
2024-03-16 Daniel Anselmiipdbg: split ipdbg command into multiple commands 79/7979/10
2024-03-09 Antonio Borneogdb_server: fix segfault with GDB command 'flash-erase' 64/8164/2
2024-03-02 Antonio Borneogdb_server: don't send unrequested ACK at connection 68/6768/5
2024-02-17 wangyanwenserver/gdb-server: fix type error. 95/8095/6
2024-01-13 Daniel Anselmiipdbg: improve ipdbg-host speed 78/7978/6
2023-12-24 Evgeniy Naydanovbreak from long loops on shutdown request 32/8032/10
2023-11-24 Thiemo van Engelenrtt_server: Add option for a message when client connects 52/7752/10
2023-10-14 Tim Newsomeserver/gdb_server: Log gdb index in debug messages. 95/7895/3
2023-09-17 Evgeniy Naydanovserver/gdb_server.c: support unavailable registers 76/7876/6
2023-08-08 Parshintsev Anatolybreakpoints: use 64-bit type for watchpoint mask and... 40/7840/6
2023-07-14 Daniel Anselmiipdbg: fix 'double free' in case of failed start 70/7770/2
2023-07-08 Daniel Anselmiipdbg/pld: ipdbg can get tap and hub/ir from pld driver. 69/7369/21
2023-06-10 Marek Vrbkagdb_server: refactor and unify function gdb_get_char_inner 24/7724/3
2023-06-10 Marek Vrbkagdb_server: add debug signal reason prints 20/7720/4
2023-05-18 Antonio Borneoserver: gdb: export gdb_actual_connections through... 73/7673/2
2023-04-30 Erhan Kurubassrc: fix clang15 compiler warnings 69/7569/3
2023-04-30 Daniel Anselmiserver/ipdbg: add error checks after allocating memory 05/7605/2
2023-04-14 panciyansrc/server: Fix memory leak of reg_list 66/7566/3
2023-04-07 Daniel Anselmiipdbg: whitespaces 99/7399/3
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-03 Erhan Kurubasserver: add function to get openocd shutdown status 42/7142/3
2022-08-27 Tomas Vanekserver/server: fix target timer timing 18/7118/3
2022-08-20 MadSquirrelserver/gdb_server: Add support for default thread,... 17/7017/9
2022-08-15 Ian Thompsongdb_server: custom target-specific GDB queries 82/7082/4
2022-08-15 Ian Thompsongdb_server: support sparse register maps 03/7103/3
2022-08-15 Ian Thompsongdb_server: add "not supported" Z-packet reply 02/7102/5
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag 72/7072/2
2022-07-23 Antonio Borneoopenocd: build: add SPDX tag 51/7051/2
2022-06-10 Tarek BOCHKATItelnet_server: fix scan-build warning 65/6565/4
2022-06-08 Erhan Kurubastelnet_server: fix valgrind error 06/7006/3
2022-05-14 Antonio Borneoopenocd: add post-init and pre-shutdown helpers 51/6851/4
2022-05-07 Antonio Borneoserver/gdb: fix gdb remote monitor cmd on multi-target 66/6966/2
2022-05-07 Antonio Borneosmp: deprecate legacy SMP core switching support 62/6862/2
2022-04-23 Antonio Borneoserver/gdb: fix return of gdb remote monitor command 86/6886/2
2022-04-03 Jan Matyasgdb_server: Improve logging of GDB-remote packets 79/6879/5
2022-03-26 Antonio Borneoopenocd: include config.h in every file .c 56/6856/3
2022-03-19 Antonio Borneokeep-alive: drop link with log framework 40/6840/3
2022-03-19 Antonio Borneogdb_server: simplify logic to enable/disable gdb_log_ca... 39/6839/3
2022-03-19 Antonio Borneoserver: change prototype of add_service() 38/6838/3
2022-03-19 Antonio Borneoserver: fix: remove kept_alive() from server loop 36/6836/3
2022-02-26 Antonio Borneogdb_server: check target examined while combining reg... 53/6853/2
2022-02-26 Antonio Borneogdb_server: fix double free 52/6852/2
2022-02-14 Antonio Borneoserver: remove remaining crust from dropped eCos code 35/6835/2
2022-02-14 Ben McMorrangdb_server: Include thread name as XML attribute 28/6828/4
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp... 83/6783/3
2022-01-29 Tim NewsomeCombine register lists of smp targets. 62/6362/4
2021-12-18 Antonio Borneogdb_server: fix a comment in gdb_new_connection() 69/6769/3
2021-12-03 Jan Matyasgdb_server: added and improved several debug prints 88/6288/4
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs 07/6507/4
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons 39/6539/2
2021-08-31 Tarek BOCHKATIserver/telnet: add variables auto-completion 42/6442/2
2021-08-31 Tarek BOCHKATIserver/telnet: simplify telnet_input function 40/6440/4
2021-08-30 Tarek BOCHKATIserver/telnet: enhance telnet_move_cursor 41/6441/2
2021-08-30 Tarek BOCHKATIserver/telnet: support 'CTRL+C' 39/6439/2
2021-08-30 Tarek BOCHKATIserver/telnet: cleanup the if statement mixed style 38/6438/2
2021-08-30 Antonio BorneoMakefile: drop warning suppression on win build 54/6254/2
2021-07-31 Tim NewsomeCall poll at a fixed interval. 63/6363/5
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch 55/6355/3
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons 53/6353/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-02 Tim NewsomeAdd RTOS memory read/write functions. 27/6327/3
2021-07-02 Antonio Borneoserver: rename CamelCase symbols 03/6303/3
2021-06-04 Jan Matyasgdb_server: Log both incoming and outgoing GDB packets 69/6269/4
2021-06-04 Antonio Borneoserver/telnet: fix autocomplete for jimtcl commands 82/6282/2
2021-05-15 Yasushi SHOJIserver: gdb_server: Add colon for target extended-remote 37/6237/2
2021-05-08 Daniel AnselmiAdd IPDBG JtagHost functionality to OpenOCD 38/5938/10
2021-05-08 Antonio Borneotelnet/auto-complete: hide deprecated and internal... 95/6195/3
2021-05-08 Antonio Borneotelnet: allow hiding selected commands during auto... 94/6194/3
2021-05-01 Tim NewsomeCleanup of config/includes. 71/6171/10
2021-05-01 Tarek BOCHKATItelnet: auto-completion of "registered" commands 95/6095/13
2021-04-11 Liming Suntarget/aarch64: Add watchpoint support 61/4761/8
2021-03-19 Tarek BOCHKATItelnet: support end and home keys 94/6094/5
2021-03-10 Antonio Borneoserver: revert commit 7e6556b3cad8 31/6031/2
2020-12-26 Antonio Borneogdb_server: fix HW thread status at gdb attach 83/5983/2
2020-12-26 Antonio Borneogdb_server: minor fix for indentation 82/5982/2
2020-12-02 Marc SchinkAdd initial RTT support 55/4055/13
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb... 25/5325/4
2020-11-07 Tarek BOCHKATIserver: permit the add_service function to return the... 17/5717/4
2020-11-04 Antonio Borneoserver: declare local functions as static 97/5897/3
2020-11-04 Antonio Borneogdb_server: allow multiple GDB connections to selected... 65/5865/2
2020-11-04 Tomas Vanekgdb_server: fix clang static analyzer warning 05/5905/2
2020-10-24 Brian Brooksserver/telnet: Handle Ctrl+K 68/5868/4
2020-09-05 Antonio Borneoopenocd: use proper format with uint32_t 19/5819/2
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it 08/5808/5
2020-08-16 Christopher Headserver/gdb_server: fix incorrect condition check 94/5794/2
2020-08-08 Antonio Borneogdb_server: refuse gdb connection if target is not... 01/5201/3
2020-07-26 Antonio Borneoserver: fix minor typos 60/5760/3
2020-07-08 Antonio Borneogdb_server: suggest user to prefer GDB extended mode 11/5311/3
2020-07-08 Antonio Borneocoding style: add arguments to function prototypes 30/5630/3
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API 29/4929/7
2020-06-14 Tarek BOCHKATIopenocd: fix issue in WIN32 with TCP adapters 56/5456/5
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations 19/5619/2
2020-05-09 Marc Schinkserver/telnet: Fix history output 14/3414/3
2020-05-02 Antonio Borneoserver: set tcp port and bind address before init 95/5595/2
2020-04-13 Tarek BOCHKATIserver: set connection::input_pending type to bool 65/5565/3
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)