aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* 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