Re: [Qemu-devel] Re: Debugging guest OS

2005-06-02 Thread Mariano Wahlmann
Paul Brook wrote: On Thursday 02 June 2005 16:20, Mariano Wahlmann wrote: but in order to disassemble i have to do "display /i $cs * 16 + $eip", this is for real mode, what is the syntaxis for protected mode? is there any varible that contains a pointer to current virtual addr

Re: [Qemu-devel] Re: Debugging guest OS

2005-06-02 Thread Mariano Wahlmann
Ben Pfaff wrote: Mariano Wahlmann <[EMAIL PROTECTED]> writes: I want to know, if it's posible to debug an guest OS like bochs, i mean disassemble current instruction, step by step running, possibility of change registers values, etc. I try to use GDB, but i think this is fo

[Qemu-devel] Debugging guest OS

2005-06-02 Thread Mariano Wahlmann
I want to know, if it's posible to debug an guest OS like bochs, i mean disassemble current instruction, step by step running, possibility of change registers values, etc. I try to use GDB, but i think this is for debbuging qemu itself. any clues? thanks _

Re: [Qemu-devel] problems with gdb connection

2005-06-02 Thread Mariano Wahlmann
if you want to stop the machine until you connect with gdb, you must use the -S option too, this is to stop VM at start Tero Kaarlela wrote: I am having problems with using GNU debugger with qemu. when I use option -s qith qemu qemu gives: waiting for gdb connection on port 1234 but it do