Re: [Qemu-devel] Trouble with GDB & Some 'Can it be done' Debugging questions

2006-07-20 Thread Daniel Jacobowitz
On Thu, Jul 20, 2006 at 11:04:01PM +0200, Fabrice Bellard wrote: > Daniel Jacobowitz wrote: > >On Wed, Jul 19, 2006 at 08:43:57AM +, Steve Ellenoff wrote: > > > >>#3) Anytime I try to dump the instruction at the current IP such as: > >>(gdb) x /10i $eip > >> > >>I get this - which means it's no

Re: [Qemu-devel] Trouble with GDB & Some 'Can it be done' Debugging questions

2006-07-20 Thread Fabrice Bellard
Daniel Jacobowitz wrote: On Wed, Jul 19, 2006 at 08:43:57AM +, Steve Ellenoff wrote: #3) Anytime I try to dump the instruction at the current IP such as: (gdb) x /10i $eip I get this - which means it's not actually reading or displaying the memory properly, since those look to be what you

Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)

2006-07-20 Thread Sim
Here my last test for build QEmu :-( ./configure --disable-gfx-check --target-list=i386-user --disable-sdl --disable-audio g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I.. -I/usr/local

Re: [Qemu-devel] Trouble with GDB & Some 'Can it be done' Debugging questions

2006-07-20 Thread Daniel Jacobowitz
On Wed, Jul 19, 2006 at 08:43:57AM +, Steve Ellenoff wrote: > #3) Anytime I try to dump the instruction at the current IP such as: > (gdb) x /10i $eip > > I get this - which means it's not actually reading or displaying the memory > properly, since those look to be what you would see if it wa

[Qemu-devel] Running QEMU on Windows.

2006-07-20 Thread Joe Lee
Hi All, I was wondering why the main QEMU site does not have link to download windows version for QEMU directly from the QEMU.org site. This link only exist here: http://www.h7.dion.ne.jp/~qemu-win/ Isn't the windows version developed by the same developers? Also, about the MAC-OS version, w

Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)

2006-07-20 Thread Sim
Here my last test for build QEmu. Thanks. ./configure --disable-gfx-check --target-list=i386-user --disable-sdl --disable-audio g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I.. -I/us

Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)

2006-07-20 Thread Sim
Hi! Sorry, but I have the some problem with qemu-0.8.1 Thanks Instead of trying to compile 0.80 you might want to try current cvs-version (link can be found on qemu homepage or the dev-list archive). It's possible that this problem has been fixed for quite some time in cvs. ___

Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)

2006-07-20 Thread Jan Marten Simons
Sim wrote: > Hi! > > Have you more info about this problem? > > http://qemu.dad-answers.com/viewtopic.php?t=1159 > Instead of trying to compile 0.80 you might want to try current cvs-version (link can be found on qemu homepage or the dev-list archive). It's possible that this problem has been fixed

[Qemu-devel] kqemu install problem

2006-07-20 Thread Bernd Blaudzun
Hi all, i try to explain my little problem but first some information about my system: Fedora Core 5,- i386 Version qemu-0.8.1, Nvidia Graphic, Linux FC5-i386 2.6.17-1.2157_FC5 #1 Tue Jul 11 22:55:46 EDT 2006 i686 athlon i386 GNU/Linux i tried to install kqemu and it wo

[Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)

2006-07-20 Thread Sim
Hi! Have you more info about this problem? http://qemu.dad-answers.com/viewtopic.php?t=1159 Thanks! ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Trouble with GDB & Some 'Can it be done' Debugging questions

2006-07-20 Thread Mulyadi Santosa
Hi Steve... > Hi - > > I'm having a bit of trouble getting gdb to do what I was hoping it > would with qemu. Following the instructions in the docs: > > #1) I launch qemu with -S -s flags ( since I want to trace the > bootloader code ) > It says: Waiting gdb connection on port 1234 - which is corr