Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/kdb/
Dkdb_debugger.c57 reason = KDB_REASON_BREAK; in kdb_stub()
64 if (reason == KDB_REASON_BREAK || reason == KDB_REASON_SWITCH) { in kdb_stub()
78 reason = KDB_REASON_BREAK; in kdb_stub()
86 if (reason != KDB_REASON_BREAK && ks->ex_vector == 0 && in kdb_stub()
Dkdb_main.c1202 case KDB_REASON_BREAK: in kdb_local()
1204 reason == KDB_REASON_BREAK ? in kdb_local()
/linux-3.4.99/include/linux/
Dkdb.h105 KDB_REASON_BREAK, /* Breakpoint inst. - regs valid */ enumerator