[Qemu-devel] qemu Makefile.target configure linux-user/elflo...

2006-06-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/06/11 13:32:59 Modified files: . : Makefile.target configure linux-user : elfload.c main.c qemu.h Added files: linux-user : flat.h flatload.c linuxload.c

[Qemu-devel] setting MIPS gdb breakpoints have wrong offsets

2006-06-11 Thread Dirk Behme
Hi, I just tried to debug some simple MIPS code using qemu-system-mipsel by setting some breakpoints. If I use gdb's break command with symbol names the breakpoints are set at offsets and therefore they are never hit. Please find an example below. I'd like to stop the program if I get an

[Qemu-devel] qemu qemu-doc.texi

2006-06-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/06/11 16:28:41 Modified files: . : qemu-doc.texi Log message: Document new arm-user features. CVSWeb URLs:

Re: [Qemu-devel] setting MIPS gdb breakpoints have wrong offsets

2006-06-11 Thread Stefan Weil
Hi Dirk, when I set a breakpoint to address 0x8180 (b *0x8180), this works as expected. So do breakpoints to symbolic addresses in the Linux kernel. info breakpoints shows address 0x8180 for the first example. Maybe b *0xbfc00380 works for your case. If it does, your

Re: [Qemu-devel] setting MIPS gdb breakpoints have wrong offsets

2006-06-11 Thread Daniel Jacobowitz
On Sun, Jun 11, 2006 at 10:56:51PM +0200, Stefan Weil wrote: Hi Dirk, when I set a breakpoint to address 0x8180 (b *0x8180), this works as expected. So do breakpoints to symbolic addresses in the Linux kernel. info breakpoints shows address 0x8180 for the first

Re: RE : Re: [Qemu-devel] Windows Vista

2006-06-11 Thread Paul Jakma
On Fri, 9 Jun 2006, Ben Taylor wrote: Does the ACPI patch that was posted a couple of weeks ago for Solaris/X86 support help at all? That patch would be much easier to test if someone were to provide a pre-compiled ACPI blob. (I'd love to test it). regards, -- Paul Jakma [EMAIL