summaryrefslogtreecommitdiff
path: root/sys/arm/include/kdb.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-25smp: Dynamically allocate the stoppcbs arrayMark Johnston
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-03-29arm: implement kdb watchpoint functionsMitchell Horne
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-02-05ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun
2016-01-25Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek
2014-04-27Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed.Ian Lepore
2014-04-26Call cpu_icache_sync_range() rather than sync_all since we know the rangeIan Lepore
2013-07-29Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningOlivier Houchard
2012-05-30Flush D and I caches after setting a breakpoint.Grzegorz Bernacki
2007-06-09Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar
2005-01-05Start all license statements with /*-Warner Losh
2004-11-21Implement breakpoints and single stepping on arm.Olivier Houchard
2004-07-12Import a kdb.h for arm, which contains stubs right now.Olivier Houchard