Re: ddd

2022-09-27 Thread Bin Meng
On Tue, Sep 27, 2022 at 9:09 PM Helge Deller wrote: > > Add faccessat2() with strace output. > > Signed-off-by: Helge Deller > > --- > v2: Resending with minor commit message changes. > The commit summary makes no sense. Would you please resend? Regards, Bin

Re: ddd

2022-09-27 Thread Helge Deller
On 9/27/22 15:11, Bin Meng wrote: On Tue, Sep 27, 2022 at 9:09 PM Helge Deller wrote: Add faccessat2() with strace output. Signed-off-by: Helge Deller --- v2: Resending with minor commit message changes. The commit summary makes no sense. Would you please resend? Yes, sorry. "vi"

ddd

2022-09-27 Thread Helge Deller
Add faccessat2() with strace output. Signed-off-by: Helge Deller --- v2: Resending with minor commit message changes. diff --git a/linux-user/strace.c b/linux-user/strace.c index 7d882526da..307d19f5d0 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -1931,7 +1931,7 @@

[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