Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: Use new ARMv6 naming conventions for cache and TLB functions | mmel | 2016-02-05 | 1 | -3/+3 |
* | Introduce support for HW watchpoints and single stepping for ARMv6/v7 | zbb | 2016-01-25 | 1 | -0/+7 |
* | Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed. | ian | 2014-04-27 | 1 | -2/+0 |
* | Call cpu_icache_sync_range() rather than sync_all since we know the range | ian | 2014-04-26 | 1 | -1/+1 |
* | Define KDB_STOPPEDPCB, so that we can access the backtraces of threads running | cognet | 2013-07-29 | 1 | -0/+2 |
* | Flush D and I caches after setting a breakpoint. | gber | 2012-05-30 | 1 | -0/+3 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Implement breakpoints and single stepping on arm. | cognet | 2004-11-21 | 1 | -0/+2 |
* | Import a kdb.h for arm, which contains stubs right now. | cognet | 2004-07-12 | 1 | -0/+50 |