Bochs with GDB stub,can't disassemble
Posted: Mon Oct 11, 2010 2:32 pm
Hi,
I have this problem, I can't use the disassemble instruction in gdb running the gdb stub in Bochs. First I set the architecture:
Then I connect to the stub:
Then I set a breakpoint like this:
and the debugger breaks but when I type:
I get:
I compiled bochs with the --enable-gdb-stub. Why isn't it working?
I have this problem, I can't use the disassemble instruction in gdb running the gdb stub in Bochs. First I set the architecture:
Code: Select all
set architecture i8086
Code: Select all
target remote localhost:1234
Code: Select all
b *0x7c00
Code: Select all
disassemble 0x7c00 0x7c0f
I get:
Code: Select all
A syntax error in expression, near `0x7c0f'.