Hello !
It seems like hardware watchpoints are unsupported in vmware workstation < 6.0.3
Is this a planed feature ?
I have enabled hiddenBreakpoints in the configuration file but the gdb client keeps
receiving vmware errors as soon as a hwbp is set and the debugged program is
continued.
The context of my problem is as follow: I am running an OS-less image starting
execution at 0x7c00. Another image is then overwriting the first one, at this
same address, and starts execution at 0x7XXX (e.g. a breakpoint on 0x7c00 is not
enough to catch the start of the new image).
Given that the code is many thousands assembly instr, it would have been just easy
to set a hwbp on 0x7c00 and see when the first image is overwritten.
How can vmware-ws help me to do that ?
Thanks
-JFV
It seems like hardware watchpoints are unsupported in vmware workstation < 6.0.3
Is this a planed feature ?
I have enabled hiddenBreakpoints in the configuration file but the gdb client keeps
receiving vmware errors as soon as a hwbp is set and the debugged program is
continued.
The context of my problem is as follow: I am running an OS-less image starting
execution at 0x7c00. Another image is then overwriting the first one, at this
same address, and starts execution at 0x7XXX (e.g. a breakpoint on 0x7c00 is not
enough to catch the start of the new image).
Given that the code is many thousands assembly instr, it would have been just easy
to set a hwbp on 0x7c00 and see when the first image is overwritten.
How can vmware-ws help me to do that ?
Thanks
-JFV