target: make local symbols static
[fw/openocd] / src / target / aarch64.c
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