GDB and QEMU
Posted: Sun Nov 27, 2011 7:32 am
I have some custom code I've written which runs in a bootup QEMU floppy.img file, writing the boot sector, and loading compiled assembly files into memory. They work, and I am able to use QEMU to setup gdbserver mode, and remote into the machine to debug the virtual CPU.
I was wondering if there's a way in CodeLite to remote into QEMU and retrieve disassembly, register and query memory addresses in a binary/machine-code like way? Something like in Microsoft's Debugger if you enter some code that doesn't have a PDB file it will show disassembly, registers, etc.
Is something like this possible in CodeLite for code at unknown addresses?
Thanks!
I was wondering if there's a way in CodeLite to remote into QEMU and retrieve disassembly, register and query memory addresses in a binary/machine-code like way? Something like in Microsoft's Debugger if you enter some code that doesn't have a PDB file it will show disassembly, registers, etc.
Is something like this possible in CodeLite for code at unknown addresses?
Thanks!