[Qemu-devel] Qemu -gdb stdio option for mingw32 ?

2013-10-03 Thread Bilal, Muhammad
Hi, Does QEMU support gdb connection through stdio/pipe in mingw32 ? Thanks, -Bilal

Re: [Qemu-devel] qemu gdb issue

2012-03-16 Thread Peter Maydell
On 16 March 2012 19:10, Mulyadi Santosa wrote: > On Fri, Mar 16, 2012 at 14:13, Jacques wrote: >> I see what you mean. How do I know if this is happening? When I do 'x/i >> $eip' I get a completely sane result with exactly the instructions I want. > > Alright, that confuses me too. > > The best o

Re: [Qemu-devel] qemu gdb issue

2012-03-16 Thread Mulyadi Santosa
Hi Jacques... On Fri, Mar 16, 2012 at 14:13, Jacques wrote: > Hi Mulyadi, > > I see what you mean. How do I know if this is happening? When I do 'x/i > $eip' I get a completely sane result with exactly the instructions I want. Alright, that confuses me too. The best other explanation I can offe

Re: [Qemu-devel] qemu gdb issue

2012-03-16 Thread Jacques
Hi Mulyadi, I see what you mean. How do I know if this is happening? When I do 'x/i $eip' I get a completely sane result with exactly the instructions I want. On 03/15/2012 07:13 PM, Mulyadi Santosa wrote: > Hi... > > On Thu, Mar 15, 2012 at 23:03, Jacques wrote: >> I'm running an application i

Re: [Qemu-devel] qemu gdb issue

2012-03-15 Thread Mulyadi Santosa
Hi... On Thu, Mar 15, 2012 at 23:03, Jacques wrote: > I'm running an application in qemu through the userspace qemu-i386 and > attaching to the process with gdb. I have pygdb scripts that then > interact with gdb. > > The issue is that at some point I want to change $eip and redirect > instructio

[Qemu-devel] qemu gdb issue

2012-03-15 Thread Jacques
Hi folks, I'm busy with a small project and I'm running into problems debugging qemu. I hope this is the right place to get help. I'm running an application in qemu through the userspace qemu-i386 and attaching to the process with gdb. I have pygdb scripts that then interact with gdb. The issue

[Qemu-devel] qemu gdb

2010-09-23 Thread chandra shekar
This is output when i use gdb with my img in which i installed windows xp and after some time i get cannot find bound of the current line or received SIGTRAP Trace/breakpoint trap and stops plz any one help $ gdb -args x86_64-softmmu/qemu-system-x86_64 -m 512 -cdrom guest1.img (gdb) r Starting p