ntdll: Add support for using libunwind to unwind the stack for x86_64.
commitbbcfa6b4ee5d7fea47c61c84d0bbe789e1ec4466
authorKen Thomases <ken@codeweavers.com>
Fri, 5 Jun 2015 05:41:24 +0000 (5 00:41 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Jun 2015 06:08:02 +0000 (5 15:08 +0900)
treeca30be57f2f0c14b14f9bccb91c8dd89f3120225
parent260832c5c86b6d22f7b77da5b834fc652755a3be
ntdll: Add support for using libunwind to unwind the stack for x86_64.

On OS X, Apple uses compact unwind info in preference to DWARF unwind info.
dlls/ntdll/signal_x86_64.c