coding style: fix space around pointer's asterisk
[openocd.git] / src / target / target.c
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
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception 79/4479/10
2019-03-01 Marc SchinkUse enum for target_register_timer_callback() 21/4921/3
2019-03-01 Marc Schinktarget: Use proper data types for timer callback 20/4920/3
2019-02-15 Tomas Vanektarget, breakpoints: improve error handling 71/4871/4
2019-01-27 Tomas Vanektarget: do not allow 'target create' after init 42/4842/2
2018-12-19 Tomas Vanektarget: allow moving and resizing working area on runni... 97/4797/3
2018-12-19 Tomas Vanektarget: move all working_area functions to one block 96/4796/2
2018-11-13 Christopher HeadPermit null target on TCL connection 30/4730/3
2018-10-28 Kevin Gillespietarget/target.c: adding keep_alive() to while loop. 86/4686/2
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets 60/4660/17
2018-10-16 Steven Stalliongdb_server: add support for architecture element 78/4078/11
2018-10-16 Steven Stallionregister: support non-existent registers 13/4113/9
2018-10-01 Antonio Borneogdb_server: avoid gdb server for virtual targets 76/4676/2
2018-09-10 Matthias Welwarskytarget/mem_ap: generic mem-ap target 02/4002/11
2018-09-07 Antonio Borneogdb_server: add per target option "-gdb-port" 30/4530/3
2018-07-24 Tim NewsomeAdd RISC-V support. 78/4578/5
2018-07-18 Marc Schinktarget: Fix segfault for 'mem2array' 34/4534/3
2018-07-09 Antonio Borneotarget: fix 'bp' command help message 11/4511/2
2018-06-06 Liviu Ionescutarget/target.c: free semihosting member 52/4552/2
2018-06-04 Antonio Borneotarget: fix syntax in help message 36/4536/2
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block... 97/4297/8
2018-04-07 Matthias Welwarskytarget: free target SMP list on shutdown 81/4481/3
2018-03-30 Tomas Vanekjtag/core, target: unregister JTAG events 74/4474/2
2018-03-30 Tomas Vanektarget: fix display halt message logic 75/4475/2
2018-03-30 Matthias Welwarskytarget: restructure dap support 68/4468/25
2018-03-30 Matthias Welwarskyarm_cti: add cti command group 31/4031/20
2018-03-15 Tomas Vanektarget/target: free what leaked in target_destroy() 12/4412/2
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands... 95/4295/5
2018-02-27 Christopher HeadFix incorrect comment 35/4435/2
2018-02-24 Girts FolkmanisExpand target_run_flash_async_algorithm() doc comment. 27/4127/3
2018-01-25 Christopher HeadUse timeval helpers 80/4380/2
2018-01-25 Tomas Vanektarget, arm_adi_v5: catch two allocation errors 49/4349/2
2018-01-13 Karl Palssonprofiling: write "correct" sample rate to gmon output 21/4221/4
2017-12-12 Tomas Vanektarget: remove unused event definitions 85/4285/4
2017-12-07 Ake Rehnmanstm8 : new target 53/3953/11
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs 74/4174/4
2017-10-18 Tim NewsomeDifferentiate "target not halted" messages. 44/4244/2
2017-06-30 Andreas Fritiofsontarget: Fix snprintf format string and argument mismatc... 67/4167/2
2017-04-23 Marc Schinktarget: Fix memory leak 48/4048/2
2017-02-10 Matthias Welwarskytarget: add -ctibase config option in addition to ... 41/3741/5
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files 01/2501/25
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-12-08 Andreas Fritiofsontarget: Replace malloc+manual zeroing with calloc 67/3667/2
2016-12-08 Steven Stallionsemihosting: support fileio operation 66/3566/6
2016-12-08 Matthias Welwarskytarget: Add verify_image_checksum command 69/2869/6
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command 76/3076/15
2016-11-04 HarishKumarTcl commands: Fix improper return status in flash comma... 31/2431/3
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it... 97/3497/8
2016-10-17 Andreas Färbertarget: Clean up format strings 17/3717/3
2016-10-17 Andreas Färbertarget: Add missing spaces in error messages 16/3716/3
2016-08-13 Tomas Vanektarget: check late abort from target in async_algorithm 60/3560/2
2016-08-09 Matthias Welwarskytarget: add "phys" argument to mem2array, array2mem 87/3387/2
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-06-23 Esben HaabendalSupport for Freescale LS102x SAP 96/3096/9
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-05 Tomas Vanektarget: improve robustness of reset command 06/2606/6
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct 22/3222/2
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct 78/3178/2
2016-02-13 Ivan De Cesarisquark: add Intel Quark mcu D2000 support 99/3199/2
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size. 97/2997/2
2015-11-03 Oleksij Rempeltarget: tell which target state is meant 91/2691/3
2015-09-05 Austin Mortonserver: tcl_trace command 88/2588/7
2015-08-06 Karl Palssontarget: check memory handlers before use for all types 91/2791/3
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is... 59/2759/4
2015-04-24 Paul Fertsertarget: try to reexamine even when polling fails 21/2721/2
2015-04-01 DmitryShpaktarget/target.c: fixed rp check bug in asynchronous... 57/2657/2
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.) 38/2538/14
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the... 44/2544/5
2015-03-09 Paul Fertsertarget/target: call event handlers around examine when... 36/2536/6
2015-03-09 Paul Fertsertarget: fix timer callbacks processing 41/2541/3
2015-03-09 Austin Mortonserver: tcl_notifications command 36/2336/8
2015-02-22 Robert P. J. DayRemove long-deprecated "target count" and "target numbe... 60/1860/4
2015-02-11 Andreas Fritiofsontarget/profiling: Use the correct method to access... 79/2479/2
2015-02-11 Jose de Sousatarget: write gmon.out according to target endianness 68/2168/4
2015-01-09 Salvador Arroyoavoid segfaulting when attempting to set an unavailable... 42/2342/2
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)