aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-251-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm: implement kdb watchpoint functionsMitchell Horne2021-03-291-0/+2
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-12/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-3/+3
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-251-0/+7
* Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed.Ian Lepore2014-04-271-2/+0
* Call cpu_icache_sync_range() rather than sync_all since we know the rangeIan Lepore2014-04-261-1/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningOlivier Houchard2013-07-291-0/+2
* Flush D and I caches after setting a breakpoint.Grzegorz Bernacki2012-05-301-0/+3
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Implement breakpoints and single stepping on arm.Olivier Houchard2004-11-211-0/+2
* Import a kdb.h for arm, which contains stubs right now.Olivier Houchard2004-07-121-0/+50