Re: Problem with x64 SEH macro implementation for ReactOS

2008-12-03 Thread Timo Kreuzer
Sorry that I only answer this late (been in the hospital for a while...) To clear things up: The problem of the missing Windows x64 unwind tables is already solved! I generate them from DWARF2 unwind info in a postprocessing step. Unwinding / stack backtraces work fine. The problem that I have i

Problem with x64 SEH macro implementation for ReactOS

2008-11-20 Thread Timo Kreuzer
Hi, First sorry for crossposting, but someone said I should post here, so here we go: I am working on x64 SEH for ReactOS. The idea is to use .cfi_escape codes to mark the code positions where the try block starts / ends and of the except landing pad. The emitted .eh_frame section is parsed after