summaryrefslogtreecommitdiff
path: root/sys/arch/aarch64/include/db_machdep.h
AgeCommit message (Expand)Author
2021-10-31Fix crash(8) buildskrll
2021-10-31Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.skrll
2021-04-30Make the ddb for pmap / pte information pmap agnosticskrll
2021-03-11- fixed a problem where hardware {break,watch}points other than #0 could not ...ryo
2021-03-09Add support hardware breakpoint and watchpoint again.ryo
2020-09-14sprinkle LE32TOH to fetch instructions on aarch64ebryo
2020-07-08Determination of A64,A32,T32 for disasm is now done in strrdisasm() instead o...ryo
2020-05-22fix to do backtrace properly for running LWPs and cpu_lwp_fork().ryo
2018-10-12add initial support of COMPAT_NETBSD32 on AArch64.ryo
2018-09-15make kernel-groveling crash(8) work on aarch64jakllsch
2018-07-17use panic() instead of some printf to show fault status.ryo
2018-04-28Oops, my previous commit is totally wrong. recast mask/pattern list.ryo
2018-04-27remove suspicious compare, and cleanup complex conditionals.ryo
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2016-01-11PR port-arm/50641: src/sys/arch/aarch64/include/db_machdep.h:67: possible bad...skrll
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt