https://bugzilla.kernel.org/show_bug.cgi?id=65561 --- Comment #34 from Jatin Kumar <jatin.iitdelhi@xxxxxxxxx> --- (In reply to Jidong Xiao from comment #33) > Jatin, thanks for the clarification. Are you using kgdb to perform single > step kernel code? I am still wondering how did you do the single step > execution for kernel level code. As I mentioned its not a full fledge operating system, just a dummy one. So I just set the DEBUG TRAP flag in eflags before the code section I want to single step and disable it after wards. And in the interrupt handler I have some simple code (say printf) for handling the single step debug interrupt. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html