[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] checking out libunwind on Windows
From: |
Lassi Tuura |
Subject: |
Re: [Libunwind-devel] checking out libunwind on Windows |
Date: |
Wed, 12 Oct 2011 13:18:38 +0200 |
Hi,
> Well, that's certainly a valid point. I hoped that I could piggy-back on an
> existing implementation and API and provide wrappers for the missing
> functionality. I have absolutely no experience in this domain :-(
I'd suggest starting with Debug Help / IMAGEHLP, the MSJ Pietrek articles, and
searching the net for the rest, there's plenty of examples floating about.
I suppose it would be possible to extend libunwind, depending on your ambition
level from simply wrapping debug help API to actually doing the work yourself.
If your end goal is to generate code compatible with the native system, to the
point native debug help understands it, there may not be much point to that
though. You'll have to be the judge of that.
Regards,
Lassi