Re: [Qemu-devel] Qemu with GDB - Query

2015-01-27 Thread Maciej W. Rozycki
On Sat, 24 Jan 2015, manish tiwari wrote: I am new to QEMU and trying to attach gdb with qemu on powepc host. I have tried below options qemu-system-ppc -enable-kvm -nographic -m 512 -M ppce500 -cpu e500mc -gdb tcp::1234 -s -S -kernel uImage -initrd rootfs.ext2.gz -append root=/dev/ram

[Qemu-devel] Qemu with GDB - Query

2015-01-24 Thread manish tiwari
Hello everyone, I am new to QEMU and trying to attach gdb with qemu on powepc host. I have tried below options qemu-system-ppc -enable-kvm -nographic -m 512 -M ppce500 -cpu e500mc -gdb tcp::1234 -s -S -kernel uImage -initrd rootfs.ext2.gz -append root=/dev/ram rw console=ttyS0,115200 -serial

[Qemu-devel] qemu-1.5.0 gdb not working

2013-06-15 Thread Peter Cheung
qemu-1.5.0 gdb not working In mac OSX, compile by :./configure --cc=/opt/local/bin/gcc-mp-4.8 --enable-cocoa --target-list=x86_64-softmmu --audio-drv-list=coreaudio --prefix=/Users/peter/qemu --enable-debug --disable-werror --extra-cflags=-O2 --enable-vnc start qemu

Re: [Qemu-devel] qemu-1.5.0 gdb not working

2013-06-15 Thread Frederic Konrad
On 15/06/2013 20:37, Peter Cheung wrote: qemu-1.5.0 gdb not working In mac OSX, compile by : ./configure --cc=/opt/local/bin/gcc-mp-4.8 --enable-cocoa --target-list=x86_64-softmmu --audio-drv-list=coreaudio --prefix=/Users/peter/qemu --enable-debug --disable-werror --extra-cflags=-O2

Re: [Qemu-devel] qemu-1.5.0 gdb not working

2013-06-15 Thread Peter Cheung
stepi is working. Date: Sat, 15 Jun 2013 20:56:57 +0200 From: fred.kon...@greensocs.com To: mcheun...@hotmail.com CC: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] qemu-1.5.0 gdb not working On 15/06/2013 20:37, Peter Cheung wrote: qemu-1.5.0

[Qemu-devel] QEMU via GDB

2011-10-21 Thread Davide
Dear all, I am trying to debug QEMU via GDB. I configured and compiled QEMU with debugging flags, i.e., # CFLAGS=-g3 -O0 ./configure --disable-gfx-check and run gdb: # gdb ./i386-linux-user/qemu-i386 (gdb) break main (gdb) run Starting program: /home/test/femu/i386-linux-user/qemu-i386

[Qemu-devel] QEMU via GDB

2011-10-21 Thread davide . ferraretto
Dear all, I am trying to debug QEMU via GDB. I configured and compiled QEMU with debugging flags, i.e., # CFLAGS=-g3 -O0 ./configure --disable-gfx-check and run gdb: # gdb ./i386-linux-user/qemu-i386 (gdb) break main (gdb) run Starting program:

Re: [Qemu-devel] QEMU via GDB

2011-10-21 Thread Robert Wang
What is your configure parameters? I think you could try like this: ./configure --enable-debug --extra-cflags=-g3 -O0 And I did not find options like disable-gfx-check. 2011/10/21 Davide outshel...@gmail.com: Dear all, I am trying to debug QEMU via GDB. I configured and compiled QEMU with

Re: [Qemu-devel] QEMU and gdb

2008-01-31 Thread Jan Kiszka
Pierre Ficheux wrote: Hi all, I would like to debug QEMU with gdb. When starting qemu (x86) inside gdb, SDL window never appears, it there a way to fix it ? I dare to say your local environment is borken, not qemu :-. At least its not a generic issue (works fine here: qemu-cvs, built against

Re: [Qemu-devel] QEMU and gdb

2008-01-31 Thread Thiemo Seufer
Jan Kiszka wrote: Pierre Ficheux wrote: Hi all, I would like to debug QEMU with gdb. When starting qemu (x86) inside gdb, SDL window never appears, it there a way to fix it ? I dare to say your local environment is borken, not qemu :-. At least its not a generic issue (works fine

Re: [Qemu-devel] QEMU and gdb

2008-01-31 Thread Pierre Ficheux
Thiemo Seufer a écrit : FWIW, I had a similiar problem with QEMU 0.9.0 on PPC/Linux host. It went away at some point before 0.9.1, I don't remember more details. Have tested with 0.9.1 with same pb. I work with FC5 may be it's a distro pb. Thx. Thiemo -- Pierre FICHEUX -/- CTO

[Qemu-devel] QEMU and gdb

2008-01-30 Thread Pierre Ficheux
Hi all, I would like to debug QEMU with gdb. When starting qemu (x86) inside gdb, SDL window never appears, it there a way to fix it ? thx by advance, -- Pierre FICHEUX -/- CTO OW/OS4I, France -\- [EMAIL PROTECTED] http://www.os4i.com