Home
last modified time | relevance | path

Searched refs:KDB_REASON_SSTEP (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/kernel/debug/kdb/
Dkdb_debugger.c88 reason = KDB_REASON_SSTEP; in kdb_stub()
112 if (KDB_STATE(SSBPT) && reason == KDB_REASON_SSTEP) { in kdb_stub()
Dkdb_main.c1201 case KDB_REASON_SSTEP: in kdb_local()
/linux-3.4.99/include/linux/
Dkdb.h113 KDB_REASON_SSTEP, /* Single Step trap. - regs valid */ enumerator