[PATCH v2 0/8] KGDB/KDB FIQ (NMI) debugger

2012-07-13 Thread Anton Vorontsov
Hi all, Here is v2 for the KGDB FIQ debugger, the changes include: - Per Colin Cross' suggestion, we should not enter the debugger on any received byte (this might be a problem when there's a noise on the serial line). So there is now an additional patch that implements "knocking" to the

[PATCH v2 0/8] KGDB/KDB FIQ (NMI) debugger

2012-07-13 Thread Anton Vorontsov
Hi all, Here is v2 for the KGDB FIQ debugger, the changes include: - Per Colin Cross' suggestion, we should not enter the debugger on any received byte (this might be a problem when there's a noise on the serial line). So there is now an additional patch that implements knocking to the KDB