-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org]On Behalf Of Alexandre Julliard Sent: 05 December 2003 03:41 To: Andrew de Quincey Cc: 'wine-devel' Subject: Re: Who maintains the imagehlp dll?
Andrew de Quincey adq_dvb@lidskialf.net writes:
Now that I have IDA nearly sorted, I was wondering.. who maintains the imagehlp dll? It seems kinda empty, and I'm sure it was at one
point more
complete (I looked into wine some time ago).
No, it has always been fairly empty, and nobody has been working on it recently. It's all yours...
However, most of it is implemented already in winedbg. It has been a long-term plan to gradually move code from winedbg to imagehlp (or the new and similar debugging DLL, dbghelp). PDB files are also supported in winedbg (so no investigation of the format should be needed). However, I'm not sure whether .dbg files are supported. They could be quite useful when a crash occurs in a native DLL (that doesn't have an associated PDB file) and Wine is the cause.
Rob