server/gdb: Use get_target_from_connection()
[openocd.git] / src / target /
2017-12-06 Marc Schinktarget: Constify parameter of is_armv7m() 75/4275/2
2017-12-06 Jonas Norlingadi_v5_swd: Add error message when SWD fails to connect 69/4269/3
2017-10-27 Christopher HeadCortex-M: Delete an unnecessary local variable 40/4240/2
2017-10-27 Christopher HeadCortex-M: fix stale DHCSR cache values 39/4239/3
2017-10-23 Freddie ChopinFix GCC7 warnings about string truncation 75/4175/5
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs 74/4174/4
2017-10-22 Andreas Fritiofsonarm: semihosting: set command line arguments 06/3106/4
2017-10-18 Tim NewsomeDifferentiate "target not halted" messages. 44/4244/2
2017-10-18 Tim NewsomeDocument `struct reg` fields. 50/4250/2
2017-10-03 Fabio UtzigAdd missing break 00/4200/2
2017-10-03 Karl Palssontelnet_server: drop unused options 31/4131/3
2017-07-07 Andreas Fritiofsonmips32: inline functions in headers must be static 78/4178/2
2017-06-30 Andreas Fritiofsontarget: Fix snprintf format string and argument mismatc... 67/4167/2
2017-05-31 Tobias Diedrichflash: Add support for Atheros (ath79) SPI interface 12/3612/12
2017-05-08 Salvador Arroyomips32, use scan32 function for reading impcode/idcode. 03/4003/3
2017-05-08 Salvador Arroyomips32: add micromips breakpoints support 24/4124/2
2017-05-08 Salvador Arroyomips32: add micromips isa handling 23/4123/2
2017-05-08 Salvador Arroyomips32, convert miniprograms with code definition 33/4033/3
2017-05-08 Salvador Arroyomips32, add support for micromips in debug mode 32/4032/4
2017-05-08 Salvador Arroyomips32, add microMips instruction subset 22/4022/3
2017-05-08 Salvador Arroyomips32, add option to avoid check in last instruction 21/4021/2
2017-05-08 Salvador Arroyomips32, add realloc code 20/4020/5
2017-05-08 Salvador Arroyomips32, change in pracc_list for dynamic allocation 19/4019/3
2017-05-02 Matthias WelwarskyFix compile failure on MacOSX 18/4118/4
2017-04-25 Salvador Arroyomips32, write handler code in a more compact way 18/4018/2
2017-04-25 Salvador Arroyomips32, implement assembler li instruction 17/4017/2
2017-04-25 Salvador Arroyomips32, in wait_for_pracc_rw() use ejtag_info->pa_ctrl 11/4011/5
2017-04-25 Salvador Arroyomips32, mips32_pracc_finish() queued only 10/4010/3
2017-04-25 Salvador Arroyomips32, drop unnecessary code in mips32_pracc.c 07/4007/3
2017-04-25 Salvador Arroyomips32, homogenize code in the scan functions 06/4006/6
2017-04-24 Salvador Arroyomips32, add generic scan 32 function 05/4005/3
2017-04-24 Salvador Arroyomips32, pic32 use uint8_t in 8 bit scan function 04/4004/4
2017-04-23 Marc Schinktarget: Fix memory leak 48/4048/2
2017-04-02 Matthias Welwarskyaarch64: clear CTI halt event early at debug entry 30/4030/2
2017-03-06 Girts Folkmanisarm_dpm: fix dpm setup 42/4042/3
2017-02-24 Matthias Welwarskyarmv8_dpm: fix exception handling 96/3996/4
2017-02-24 Matthias Welwarskyarmv8_dpm: retrieve only necessary registers on halt 95/3995/4
2017-02-24 Matthias Welwarskyarmv8: spelling and formatting updates 94/3994/4
2017-02-24 Matthias Welwarskyaarch64: run control rework 93/3993/4
2017-02-24 Matthias Welwarskyaarch64: clean up struct aarch64_common 92/3992/3
2017-02-24 Matthias Welwarskyaarch64: clean up target specific commands 91/3991/3
2017-02-24 Matthias Welwarskyaarch64: reset fixes 90/3990/3
2017-02-24 Matthias Welwarskyarmv8: factor out generic bit set/clr for debug registers 89/3989/3
2017-02-24 Matthias Welwarskyarmv8: load aarch32 register through aarch64 equivalent 88/3988/3
2017-02-24 Matthias Welwarskyaarch64: remove bogus address check before memory access 87/3987/3
2017-02-24 Matthias Welwarskytarget: generic ARM CTI function wrapper 86/3986/3
2017-02-24 Matthias Welwarskyaarch64: optimize core state detection 85/3985/2
2017-02-24 Matthias Welwarskyaarch64: reduce debug output to improve legibility 84/3984/2
2017-02-24 Matthias Welwarskyaarch64: remove mrs/msr functions from struct arm 83/3983/2
2017-02-24 Matthias Welwarskyaarch64: refactor SCTLR manipulation 82/3982/2
2017-02-24 Matthias Welwarskyaarch64: fix software breakpoints when in aarch32 state 81/3981/2
2017-02-15 Marc Schinkaarch64: Fix #include guards 75/3975/2
2017-02-10 Matthias Welwarskyaarch64: don't try resuming if target is not halted 32/3832/4
2017-02-10 Matthias Welwarskyaarch64: don't segfault on reset when target is not... 31/3831/4
2017-02-10 Matthias Welwarskyaarch64: use cached value of dscr register where needed 30/3830/4
2017-02-10 Matthias Welwarskyaarch64: remove arm command chain from aarch64 target... 29/3829/4
2017-02-10 Matthias Welwarskyaarch64: remove "mrs <Xt>, currentel" opcode 28/3828/4
2017-02-10 Matthias Welwarskyaarch64: remove unused struct components 27/3827/4
2017-02-10 Matthias Welwarskyaarch64: improve debug output 26/3826/4
2017-02-10 Matthias Welwarskyaarch64: enlarge value buffer of arm_reg to store 64 bit 25/3825/4
2017-02-10 Matthias Welwarskyaarch64: consolidate sticky error handling 24/3824/4
2017-02-10 Matthias Welwarskyaarch64: discard async aborts on entering debug state 23/3823/4
2017-02-10 Matthias Welwarskyaarch64: cleanup context restore 22/3822/4
2017-02-10 Matthias Welwarskyaarch64: enable aarch32 debugging with arm gdb 21/3821/4
2017-02-10 Matthias Welwarskyaarch64: allow reading TTBR register when halted in EL0 20/3820/4
2017-02-10 Matthias Welwarskyaarch64: make sure to enable HDE for all SMP PEs to... 19/3819/4
2017-02-10 Matthias Welwarskyaarch64: handle exceptions taken in debug state 18/3818/4
2017-02-10 Matthias Welwarskyaarch64: cache identification for aarch32 state 17/3817/4
2017-02-10 Matthias Welwarskyaarch64: fix mode switching 16/3816/4
2017-02-10 Matthias Welwarskyaarch64: register access rewrite 15/3815/4
2017-02-10 Matthias Welwarskyaarch64: simplify armv8_read_ttbcr 14/3814/4
2017-02-10 Matthias Welwarskyaarch64: allow reading system control register when... 13/3813/4
2017-02-10 Matthias Welwarskyaarch64: simplify armv8_set_cpsr() 12/3812/4
2017-02-10 Matthias Welwarskyaarch64: provide virt2phys command 11/3811/4
2017-02-10 Matthias Welwarskyaarch64: slightly simplify breakpoint set function 10/3810/3
2017-02-10 Matthias Welwarskyaarch64: remove bogus os_border calculation 09/3809/3
2017-02-10 Matthias Welwarskyaarch64: armv8 cache functions update 08/3808/3
2017-02-10 Matthias Welwarskyaarch64: refactor armv8 dpm 97/3797/4
2017-02-10 Matthias Welwarskyaarch64: add basic Aarch32 support 70/3770/9
2017-02-10 Matthias Welwarskyaarch64: update smp halt and resume to better facilitat... 96/3796/4
2017-02-10 Matthias Welwarskyaarch64: add cache handling when setting/deleting soft... 75/3775/5
2017-02-10 Matthias Welwarskyaarch64: add cache handling functions 74/3774/5
2017-02-10 Matthias Welwarskyaarch64: disable interrupts when stepping [WIP] 73/3773/5
2017-02-10 Matthias Welwarskyaarch64: use correct instruction for software breakpoints 69/3769/7
2017-02-10 Matthias Welwarskyaarch64: report the correct reason for halting after... 68/3768/7
2017-02-10 Matthias Welwarskyaarch64: fix register list 67/3767/6
2017-02-10 Matthias Welwarskyaarch64: fix duplication of register cache 66/3766/6
2017-02-10 Matthias Welwarskyaarch64: remove code for AHB-AP support 65/3765/6
2017-02-10 Matthias Welwarskyaarch64: fix stepping from address 64/3764/6
2017-02-10 Matthias Welwarskyaarch64: remove references to armv7-r 63/3763/6
2017-02-10 Matthias Welwarskyaarch64: fix armv8_set_core_reg when destination is... 62/3762/6
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding 61/3761/6
2017-02-10 Matthias Welwarskyaarch64: use correct A64 instructions for cache handling 60/3760/6
2017-02-10 Matthias Welwarskyaarch64: fix first examination 59/3759/6
2017-02-10 Matthias Welwarskyaarch64: correct display for aarch64 state 58/3758/5
2017-02-10 Matthias Welwarskyaarch64: use symbolic constant for register count 57/3757/5
2017-02-10 Matthias Welwarskyaarch64: remove armv7-a virt-to-phys code 56/3756/5
2017-02-10 Matthias Welwarskyaarch64: clear breakpoint value register on removal 55/3755/5
2017-02-10 Matthias Welwarskyaarch64: correct breakpoint register offset 54/3754/5
2017-02-10 Matthias Welwarskyaarch64: fix cache identification 53/3753/5
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)