]> git.sur5r.net Git - openocd/history - src/target/aarch64.c
armv8: valgrind memleak fixes
[openocd] / src / target / aarch64.c
2018-04-10 Matthias Welwarskyarmv8: valgrind memleak fixes
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-30 Matthias Welwarskyarm_cti: add cti command group
2018-03-16 Matthias Welwarskyaarch64: fix debug entry from EL0
2018-02-27 Tomas Vanekgdb_server: run control fixes for vCont
2018-01-29 Matthias Welwarskyaarch64: clean up scan-build errors
2018-01-26 Matthias Welwarskyaarch64: implement mmu on/off for aarch32
2018-01-16 Matthias Welwarskyaarch64: speed up first examination
2018-01-16 Matthias Welwarskyaarch64: add 'maskisr' command
2018-01-09 Matthias Welwarskyaarch64: fix crash on single-stepping
2018-01-04 Bas Vermeulentarget aarch64: rework memory read/write to use 8/16...
2017-05-02 Matthias WelwarskyFix compile failure on MacOSX
2017-04-02 Matthias Welwarskyaarch64: clear CTI halt event early at debug entry
2017-02-24 Matthias Welwarskyaarch64: run control rework
2017-02-24 Matthias Welwarskyaarch64: clean up struct aarch64_common
2017-02-24 Matthias Welwarskyaarch64: clean up target specific commands
2017-02-24 Matthias Welwarskyaarch64: reset fixes
2017-02-24 Matthias Welwarskyarmv8: factor out generic bit set/clr for debug registers
2017-02-24 Matthias Welwarskyaarch64: remove bogus address check before memory access
2017-02-24 Matthias Welwarskyaarch64: reduce debug output to improve legibility
2017-02-24 Matthias Welwarskyaarch64: refactor SCTLR manipulation
2017-02-24 Matthias Welwarskyaarch64: fix software breakpoints when in aarch32 state
2017-02-10 Matthias Welwarskyaarch64: don't try resuming if target is not halted
2017-02-10 Matthias Welwarskyaarch64: don't segfault on reset when target is not...
2017-02-10 Matthias Welwarskyaarch64: remove arm command chain from aarch64 target...
2017-02-10 Matthias Welwarskyaarch64: improve debug output
2017-02-10 Matthias Welwarskyaarch64: consolidate sticky error handling
2017-02-10 Matthias Welwarskyaarch64: discard async aborts on entering debug state
2017-02-10 Matthias Welwarskyaarch64: cleanup context restore
2017-02-10 Matthias Welwarskyaarch64: enable aarch32 debugging with arm gdb
2017-02-10 Matthias Welwarskyaarch64: make sure to enable HDE for all SMP PEs to...
2017-02-10 Matthias Welwarskyaarch64: handle exceptions taken in debug state
2017-02-10 Matthias Welwarskyaarch64: fix mode switching
2017-02-10 Matthias Welwarskyaarch64: register access rewrite
2017-02-10 Matthias Welwarskyaarch64: allow reading system control register when...
2017-02-10 Matthias Welwarskyaarch64: provide virt2phys command
2017-02-10 Matthias Welwarskyaarch64: slightly simplify breakpoint set function
2017-02-10 Matthias Welwarskyaarch64: armv8 cache functions update
2017-02-10 Matthias Welwarskyaarch64: refactor armv8 dpm
2017-02-10 Matthias Welwarskyaarch64: add basic Aarch32 support
2017-02-10 Matthias Welwarskyaarch64: update smp halt and resume to better facilitat...
2017-02-10 Matthias Welwarskyaarch64: add cache handling when setting/deleting soft...
2017-02-10 Matthias Welwarskyaarch64: disable interrupts when stepping [WIP]
2017-02-10 Matthias Welwarskyaarch64: use correct instruction for software breakpoints
2017-02-10 Matthias Welwarskyaarch64: report the correct reason for halting after...
2017-02-10 Matthias Welwarskyaarch64: remove code for AHB-AP support
2017-02-10 Matthias Welwarskyaarch64: fix stepping from address
2017-02-10 Matthias Welwarskyaarch64: remove references to armv7-r
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding
2017-02-10 Matthias Welwarskyaarch64: use correct A64 instructions for cache handling
2017-02-10 Matthias Welwarskyaarch64: fix first examination
2017-02-10 Matthias Welwarskyaarch64: remove armv7-a virt-to-phys code
2017-02-10 Matthias Welwarskyaarch64: clear breakpoint value register on removal
2017-02-10 Matthias Welwarskyaarch64: correct breakpoint register offset
2017-02-10 Matthias Welwarskyaarch64: fix cache identification
2017-02-10 Matthias Welwarskyaarch64: fix entry into debug state
2017-02-10 Matthias Welwarskyaarch64: use symbolic opcodes instead of hex values
2017-02-10 Matthias Welwarskyaarch64: fix accesses to SCTLR_ELn register
2017-02-10 Matthias Welwarskyaarch64: fix error recovery in aarch64_dpm_prepare
2017-02-10 Matthias Welwarskyaarch64: formalize use of CTI in halt and resume
2017-02-10 Matthias Welwarskyaarch64: fix context and hybrid hardware breakpoints
2017-02-10 Matthias Welwarskyaarch64: deconflict debug register names
2017-02-10 Matthias Welwarskyaarch64: Implement MA mode for bulk memory reads and...
2017-02-10 Matthias Welwarskyaarch64: make DCC read/write functions operate on struc...
2017-02-10 Matthias Welwarskyaarch64: introduce dpm extension for ARMv8
2017-02-10 David Ungaarch64: Correct target state for hardware step
2017-02-10 David Ungaarch64: Enable resuming with address
2017-02-10 pierre Kuoaarch64: Add instruction stepping support using hardwar...
2017-02-10 David Ungaarch64: Enable halting debug mode on breakpoint set
2017-02-10 pierre Kuoaarch64: Add hardware breakpoint support
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files