OSDever.net abandoned?
Re: OSDever.net abandoned?
QEMU is my favorite emulator, but there are three things I badly wish it could do. Dump GDT entries, dump IDT entries, and allow me to view a specific page mapping. Those three features in Bochs saved me quite a few times.
Re: OSDever.net abandoned?
Then you don't use qemu's built-in monitor, you're using GDB.iansjack wrote:That's just not true.bzt wrote:Neither does qemu
Use qemu in conjunction with gdb
Use the qemu's built-in monitor, that can show you such info. Not sure about a specific page, but it can dump the active MMU tables (so all pages at once) with "info tbl". Sadly there's no formatted "info gdt", you are limited to "x /fmt" for dumping the GDT and the IDT. The "info registers" command will show you the start offsets and limits.nexos wrote:QEMU is my favorite emulator, but there are three things I badly wish it could do. Dump GDT entries, dump IDT entries, and allow me to view a specific page mapping. Those three features in Bochs saved me quite a few times.
Cheers,
bzt
Re: OSDever.net abandoned?
I did say I was talking about gdb. You use both gdb and the qemu monitor as they supply different information.
But the point is that gdb provides source-level debugging, whilst the Virtual box debugger doesn't.
But the point is that gdb provides source-level debugging, whilst the Virtual box debugger doesn't.
Re: OSDever.net abandoned?
And I did say I wasn't.iansjack wrote:I did say I was talking about gdb.
That ain't a fair comparition. As I said, a vm debugger will never be a source-level debugger, just as a source-level debugger never will be a vm debugger. You should compare VB debugger to bochs' and qemu's monitor in this regard. All I was saying, that now you can do things in VB debugger that you already could do in bochs and qemu monitor for ages (but VB lacked), and which never will be available to gdb. Sorry if I wasn't clear.iansjack wrote:But the point is that gdb provides source-level debugging, whilst the Virtual box debugger doesn't.
Cheers,
bzt
Re: OSDever.net abandoned?
I'm not really concerned with comparing debuggers. I just want something that does the job.
It's not as if I'm constrained to using just one tool.
It's not as if I'm constrained to using just one tool.