Boaz Harrosh wrote:
David Hemmo wrote:
But step doesn't work.
Would someone have an idea of where in wine source code I should have a look ? Is there any document that you know that could help me to understand how it works, and the architecture ?
I do not know the answer, but I can add some info. Both MSDEV6 installed under wine, and MinGW-gdb (Windows gcc) have this "step" problem. In Wine it is in the same place as on Windows. I think it starts in dbghlp.dll and than on NT it uses imghlp.dll and others. I am not sure what Wine is doing, but start from dbghlp.dll If you can fix it it could be nice.
The problem could also stem from Read/WriteProcessMemory not being implemented for other processes. Look for fixme messages coming from the msvcmon process.
Rob