target/aarch64: Use 'bool' data type
[openocd.git] / src / target / aarch64.c
2019-03-06 Marc Schinktarget/aarch64: Use 'bool' data type 57/4957/2
2019-03-01 Marc SchinkUse enum for target_register_timer_callback() 21/4921/3
2019-02-25 Antonio Borneoaarch64: fix a potential memory leak in aarch64_target_... 24/4924/2
2019-01-30 Matthias Welwarskyaarch64: support for aarch32 ARM_MODE_SYS 94/4494/3
2019-01-08 Antonio Borneotarget/aarch64: add support for multi-architecture gdb 55/4755/2
2018-07-20 Dennis Ostermanntarget/aarch64: Call aarch64_init_debug_access() earlie... 07/4607/2
2018-07-13 Omair JavaidAdd ARM v8 AArch64 semihosting support 37/4537/5
2018-06-04 Kamal Dasutarget: aarch64: Adding mcr, mrc 32-bit coprocesor... 83/4483/4
2018-04-10 Matthias Welwarskyarmv8: valgrind memleak fixes 78/4478/5
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-16 Matthias Welwarskyaarch64: fix debug entry from EL0 61/4461/8
2018-02-27 Tomas Vanekgdb_server: run control fixes for vCont 32/4432/9
2018-01-29 Matthias Welwarskyaarch64: clean up scan-build errors 46/4346/4
2018-01-26 Matthias Welwarskyaarch64: implement mmu on/off for aarch32 74/4374/4
2018-01-16 Matthias Welwarskyaarch64: speed up first examination 43/4143/4
2018-01-16 Matthias Welwarskyaarch64: add 'maskisr' command 23/4023/9
2018-01-09 Matthias Welwarskyaarch64: fix crash on single-stepping 84/4184/3
2018-01-04 Bas Vermeulentarget aarch64: rework memory read/write to use 8/16... 01/4301/5
2017-05-02 Matthias WelwarskyFix compile failure on MacOSX 18/4118/4
2017-04-02 Matthias Welwarskyaarch64: clear CTI halt event early at debug entry 30/4030/2
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 Welwarskyaarch64: remove bogus address check before memory access 87/3987/3
2017-02-24 Matthias Welwarskyaarch64: reduce debug output to improve legibility 84/3984/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-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: remove arm command chain from aarch64 target... 29/3829/4
2017-02-10 Matthias Welwarskyaarch64: improve debug output 26/3826/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: 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: fix mode switching 16/3816/4
2017-02-10 Matthias Welwarskyaarch64: register access rewrite 15/3815/4
2017-02-10 Matthias Welwarskyaarch64: allow reading system control register when... 13/3813/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: 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: 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: 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: 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: 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
2017-02-10 Matthias Welwarskyaarch64: fix entry into debug state 51/3751/5
2017-02-10 Matthias Welwarskyaarch64: use symbolic opcodes instead of hex values 50/3750/5
2017-02-10 Matthias Welwarskyaarch64: fix accesses to SCTLR_ELn register 49/3749/5
2017-02-10 Matthias Welwarskyaarch64: fix error recovery in aarch64_dpm_prepare 48/3748/5
2017-02-10 Matthias Welwarskyaarch64: formalize use of CTI in halt and resume 47/3747/5
2017-02-10 Matthias Welwarskyaarch64: fix context and hybrid hardware breakpoints 46/3746/5
2017-02-10 Matthias Welwarskyaarch64: deconflict debug register names 45/3745/5
2017-02-10 Matthias Welwarskyaarch64: Implement MA mode for bulk memory reads and... 44/3744/5
2017-02-10 Matthias Welwarskyaarch64: make DCC read/write functions operate on struc... 43/3743/5
2017-02-10 Matthias Welwarskyaarch64: introduce dpm extension for ARMv8 42/3742/5
2017-02-10 David Ungaarch64: Correct target state for hardware step 47/2747/11
2017-02-10 David Ungaarch64: Enable resuming with address 46/2746/11
2017-02-10 pierre Kuoaarch64: Add instruction stepping support using hardwar... 45/2745/11
2017-02-10 David Ungaarch64: Enable halting debug mode on breakpoint set 44/2744/11
2017-02-10 pierre Kuoaarch64: Add hardware breakpoint support 43/2743/11
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files 01/2501/25

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)