target: fix build with jimtcl 0.79
[openocd.git] / src / target / target.c
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
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed... 67/5667/3
2021-04-18 Antonio Borneohelper/command: get current target from dedicated API 66/5666/3
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva... 64/5664/3
2021-03-19 Antonio Borneotarget: remove handling of target's deprecated_name 87/6087/3
2021-03-10 Antonio Borneoarmv7m_trace: get rid of the old tpiu code 30/6030/2
2021-03-10 Yasushi SHOJItarget: Remove redundant initialization of endianness 39/6039/2
2021-03-04 Antonio Borneotarget: avoid polling during 'resumed' event handler 74/6074/4
2021-02-13 Peter Mamonovtarget: use proper macro for parsing watchpoint address 58/6058/2
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions 02/6002/2
2021-01-13 Antonio Borneotarget: fix memory leak on multiple '-gdb-port' flag 05/6005/2
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb... 25/5325/4
2020-11-15 Antonio Borneoflash/stmqspi: minor fixes on coding style 32/5932/2
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI... 21/4321/15
2020-11-07 Kevin Yangtarget: Examine subsequent targets after failure 55/5855/5
2020-11-07 Marc Schinktarget/image: Use proper data types 19/5919/3
2020-11-04 Antonio Borneotarget: declare local symbols as static 95/5895/2
2020-11-04 Antonio Borneotarget: handle command 'target current' when no target... 81/5881/2
2020-11-04 Antonio Borneogdb_server: allow multiple GDB connections to selected... 65/5865/2
2020-10-30 Christopher Headtarget: restore last run state after profiling 37/5237/5
2020-10-30 Christopher Headtarget/cortex_m: reduce duplication in profiling 36/5236/5
2020-10-30 Christopher Headtarget: allow profiling from running 35/5235/5
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it 09/5809/3
2020-09-05 Antonio Borneotarget: use proper format with uint32_t 18/5818/2
2020-09-05 Samuel ObuchFix debug prints when loading to flash 00/5800/4
2020-08-08 Antonio Borneotarget: fix memory leaks on target_create() fail 76/5776/2
2020-08-08 Mikhail Rasputintarget: fix registers reading from non examined target 27/5727/4
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words 66/5766/3
2020-07-08 Antonio Borneocoding style: fix space separation 27/5627/4
2020-06-27 Antonio Borneotarget: do not print an error on shutdown in target... 10/5710/2
2020-05-24 Antonio Borneoopenocd: properly use jim data types 62/5662/2
2020-05-09 Antonio Borneocoding style: add missing space when split strings 20/5620/2
2020-04-21 Florian FainelliRemove BUILD_TARGET64 40/5240/4
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END 51/5551/3
2020-03-26 Marc Schinktarget: Add possibility to remove all breakpoints 16/4916/3
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak 79/5479/3
2020-03-12 Antonio Borneotarget: fix crash with jimtcl 0.78 53/5453/2
2020-03-12 Tomas Vanektarget: add examine-fail event 89/4289/9
2020-02-27 Evgeniy DidinIntroduce ARCv2 architecture related code 32/5332/13
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk 97/5197/4
2020-01-16 Tomas Vanektarget/target: fix clang static analyzer warnings 79/5379/2
2020-01-14 Christopher Headtarget/target: parse value as proper type 19/5219/3
2019-11-28 Peter Mamonovmips64: Add generic mips64 target support 22/2322/31
2019-10-18 Andreas Fritiofsontarget: Switch to target_read_buffer() in verify_image... 17/3217/4
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access 14/5114/3
2019-06-13 Antonio Borneotarget: fix error on TCL command "return" in target... 74/4974/3
2019-06-12 Tomas Vanektarget: make target re-configuration possible again 14/5214/2
2019-05-23 Tomas Vanektarget: make handle_md_output() global 75/5175/2
2019-05-23 Antonio Borneotarget: remove unused function target_buffer_get_u8() 53/5153/3
2019-05-14 Marc Schinktarget: Fix breakpoint usage 39/5139/2
2019-05-14 Antonio Borneotarget: fix output of command "targets" 92/5092/5
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-05-14 Paul Fertsertarget: change prototype of binprint() 77/5077/2
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_set() 76/5076/2
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_list() 75/5075/2
2019-05-14 Paul Fertsertarget: change prototype of handle_md_output() 74/5074/2
2019-05-14 Antonio Borneotarget: unify memory read/write commands 50/5050/2
2019-05-14 Antonio Borneotarget: use LOG_USER to print errors in events 49/5049/2
2019-05-14 Antonio Borneotarget: change prototype of target_process_reset() 48/5048/2
2019-05-14 Tomas Vanektarget: rewrite jim_target_event_list to handle_target_... 93/4993/3
2019-04-10 Tomas Vanektarget: fix copy&paste error in cget -coreid 35/5035/3
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need... 24/5024/2
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained... 17/5017/2
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits() 47/4947/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)