[Qemu-devel] QEMU and ddd

2007-02-27 Thread Gregory Cavelier
Hello, I'm trying to use ddd (connected to QEMU) to debug my own kernel and it works fine. The only problem I have is that I'm always interrupted by my IRQ handlers (and especially the timer, IRQ 0). Is there a way to avoid ddd to jump to my irq handlers functions so I can step into my code

Re: [Qemu-devel] QEMU and ddd

2007-02-27 Thread Vincent Palatin
On Wednesday 28 February 2007 03:11, Gregory Cavelier wrote: I'm trying to use ddd (connected to QEMU) to debug my own kernel and it works fine. The only problem I have is that I'm always interrupted by my IRQ handlers (and especially the timer, IRQ 0). Is there a way to avoid ddd to jump