jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / target / target.c
2024-01-28 Evgeniy Naydanovtarget: get_gdb_arch() accepts target via const pointer 93/8093/2
2024-01-28 Evgeniy Naydanovtarget: pass target to observers via const pointer 92/8092/2
2024-01-13 Antonio Borneotarget: drop deprecated code for mem2array and array2mem 52/8052/2
2024-01-06 Evgeniy Naydanovdoc: `address` is optional in `*_image` commands 61/8061/3
2023-12-24 Evgeniy Naydanovbreak from long loops on shutdown request 32/8032/10
2023-12-16 Antonio Borneotarget: use bool for backup_working_area 36/8036/2
2023-12-10 Karl Palssontarget: Increase maximum profile sample count to 1000000 99/6099/4
2023-12-10 Kirill Radkintarget: Add some info messages about examination process. 13/8013/5
2023-12-01 Marc Schinktarget/target: Fix 'wp' command usage 22/8022/2
2023-11-24 Marc Schinktarget: Throw error in 'debug_reason' command 06/8006/2
2023-11-24 Evgeniy Naydanovtarget: remove `target_number` 98/7998/2
2023-11-18 Marek Vrbkabreakpoints: Add target logging to breakpoints and... 22/7922/6
2023-11-18 Marc Schinktarget: Remove break/watchpoints in target_destroy() 56/7956/2
2023-11-18 Antonio Borneotarget: fix segmentation fault on target create 62/7962/2
2023-11-11 Peter Collingbournetarget: Add a debug_reason command 52/7952/4
2023-11-11 Marek Vrbkatarget: Fix get_reg, prevent returning invalid data 58/7958/5
2023-11-11 Marc Schinktarget/target: Use boolean values for 'valid' flag 59/7959/2
2023-10-14 Parshintsev Anatolytarget: check if target is not examined on reg command 41/7841/3
2023-10-14 Marek Vrbkatarget: Change the watchpoint type print from number... 09/7909/3
2023-10-14 Marek Vrbkabreakpoints: add rwp all command 07/7907/8
2023-10-07 Parshintsev Anatolytarget: return error if attempting to access non-existi... 86/7886/2
2023-09-08 Marek Vrbkatarget: Unify the output of "bp" command 61/7861/4
2023-09-08 Kirill Radkintarget: Change policy of removing watchpoints/breakpoints. 38/7738/17
2023-08-08 Parshintsev Anatolybreakpoints: use 64-bit type for watchpoint mask and... 40/7840/6
2023-07-29 Tomas Vanektarget: fix messages and return values of failed op... 19/7819/2
2023-06-10 Marek Vrbkagdb_server: add debug signal reason prints 20/7720/4
2023-05-27 Antonio Borneotarget: use unsigned int for timeout_ms 62/7562/3
2023-05-27 Antonio Borneotarget: rewrite command 'arp_waitstate' as COMMAND_HANDLER 61/7561/3
2023-05-27 Antonio Borneotarget: rewrite command 'arp_examine' as COMMAND_HANDLER 60/7560/3
2023-05-18 Antonio Borneotarget: move in target_type.h the target_type's declaration 59/7659/2
2023-05-13 Antonio Borneotarget: rewrite command 'arp_reset' as COMMAND_HANDLER 59/7559/2
2023-05-13 Antonio Borneotarget: rewrite command 'arp_halt' as COMMAND_HANDLER 58/7558/2
2023-05-13 Antonio Borneotarget: rewrite command 'arp_poll' as COMMAND_HANDLER 57/7557/2
2023-05-13 Antonio Borneoopenocd: trivial replace of jim-nvp with new nvp 53/7553/2
2023-04-30 Erhan Kurubassrc: fix clang15 compiler warnings 69/7569/3
2023-04-30 Julien Massotaarch64: Add support for ARMv8-R 43/6843/2
2023-03-25 Antonio Borneotarget: rewrite command 'target smp' as COMMAND_HANDLER 11/7511/2
2023-03-25 Antonio Borneotarget: rewrite command 'target names' as COMMAND_HANDLER 10/7510/2
2023-03-25 Antonio Borneotarget: rewrite command 'target types' as COMMAND_HANDLER 09/7509/2
2023-03-25 Antonio Borneotarget: rewrite command 'target current' as COMMAND_HANDLER 08/7508/2
2023-03-25 Antonio Borneotarget: rewrite command 'arp_halt_gdb' as COMMAND_HANDLER 07/7507/2
2023-03-25 Antonio Borneotarget: rewrite command 'examine_deferred' as COMMAND_H... 06/7506/2
2023-03-25 Antonio Borneotarget: rewrite command 'was_examined' as COMMAND_HANDLER 05/7505/2
2023-03-25 Antonio Borneotarget: rewrite command 'target curstate' as COMMAND_HA... 04/7504/2
2023-03-25 Antonio Borneotarget: rewrite command 'read_memory' as COMMAND_HANDLER 03/7503/2
2023-01-15 Antonio Borneonds32: drop it, together with aice adapter driver 82/7382/2
2022-12-17 Antonio Borneotarget: fix assert in 'monitor profile' on constant PC 00/7400/3
2022-12-17 Antonio Borneotarget: fix unsigned computation in 'monitor profile' 94/7394/2
2022-12-03 Evgeniy NaydanovFix jim_target_smp for smp rtos target 44/7244/9
2022-09-23 Daniel Goehringtarget/target: read_memory 64-bit bugfix 21/7221/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-13 Antonio Borneoopenocd: remove recently added CamelCase symbols 54/7154/2
2022-08-20 Ian Thompsontarget: add generic Xtensa LX support 55/7055/18
2022-08-15 Antonio Borneotarget: add API to temporarily mask target polling 09/7009/3
2022-08-08 Tomas Vanektarget: fix unaligned return of target_get_working_area... 96/7096/2
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen... 71/7071/2
2022-06-24 Erhan Kurubastarget: add Espressif ESP32-S3 basic support 90/6990/9
2022-06-24 Erhan Kurubastarget: add Espressif ESP32 basic support 89/6989/13
2022-06-04 Erhan Kurubastarget: add Espressif ESP32-S2 basic support 40/6940/45
2022-05-29 Tomas Vanekflash/nor/core, target: don't ask for working mem if... 65/6765/2
2022-05-27 Tim NewsomeGive each SMP group a unique number. 79/6979/2
2022-05-21 Erhan Kurubassemihosting: add semihosting_basedir command 88/6888/5
2022-05-21 Tomas Vanektarget: fix clang static analyzer warning 70/6970/2
2022-05-07 Antonio Borneotarget: fix build with jimtcl 0.79 48/6948/2
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints 19/6319/10
2022-03-12 Marc Schinktarget: Deprecate 'array2mem' and 'mem2array'' 08/6308/8
2022-03-12 Marc Schinktarget/tcl: Add 'read_memory' and 'write_memory' 07/6307/9
2022-03-05 Marc Schinktarget/tcl: Add get_reg function 12/5312/14
2022-03-05 Marc Schinktarget/tcl: Add set_reg function 13/5313/14
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp... 83/6783/3
2022-02-05 Zoltán Dudássemihosting: User defined operation, Tcl command exec... 48/6748/18
2022-01-22 Antonio Borneotarget: use target_event_name() 90/6790/2
2021-12-11 Yasushi SHOJItarget/target: Check checksum_memory before call 58/6758/2
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL... 12/6712/4
2021-11-20 Tim Newsometarget: Use target_addr_t for algorithm addresses. 62/6662/3
2021-10-02 Tarek BOCHKATItarget: reset target examined flag if target::examine... 48/6548/4
2021-09-25 Antonio Borneoopenocd: prevent jimtcl error message while testing... 62/6562/2
2021-09-25 Antonio Borneoarm_tpiu_swo: fix support for deprecated 'tpiu' command... 61/6561/2
2021-09-18 Antonio Borneotarget: do not cast NULL in assignment 40/6540/2
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons 39/6539/2
2021-08-14 Antonio Borneohelper/align.h: use it 75/6375/3
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 [2/2] 52/6352/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-24 Antonio Borneotarget: rename CamelCase symbols 43/6343/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-10 Jan Matyastarget: add support for 64bit data in mem2array and... 86/6286/5
2021-07-10 Daniel Goehringtarget: add 64-bit address array command support 46/6246/3
2021-07-02 Jan Matyastarget: check return value of register get/set callbacks 93/6293/2
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name() 95/6295/2
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands. 71/6271/3
2021-06-04 Tim NewsomeAdd target_data_bits(). 49/6249/4
2021-06-04 Marc Schinktarget: Use 'bool' for 'reset_halt' 62/6262/3
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2] 84/6184/4
2021-05-29 Antonio Borneohelp text: remove trailing space 22/6222/2
2021-05-22 Antonio Borneotarget: fix some minor typo 17/6217/2
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim 71/5671/9
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)