aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/debug_monitor.c
Commit message (Expand)AuthorAgeFilesLines
* arm: implement kdb watchpoint functionsMitchell Horne2021-03-291-3/+34
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-1/+0
* [qemu] Fix VERSATILEPB kernel boot in QEMU broken by r300968Oleksandr Tymoshenko2016-12-291-0/+11
* Improve ARM debug_monitor for SMP machinesZbigniew Bodek2016-05-291-50/+54
* Fix debug_monitor code for older ARMs (ARM11)Zbigniew Bodek2016-05-291-75/+29
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* ARM: RPI-B kernel was broken by r294740. Make it functional again.Michal Meloun2016-02-041-0/+2
* SMP support for ARMv6/v7 HW watchpointsZbigniew Bodek2016-01-281-16/+143
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-251-0/+943