Given EBP, find return address to caller, and caller's EBP. Input: regbp Value of EBP for current function *pretaddr Return address Output: *pretaddr return address to caller
Given address that is inside a function, figure out which function it is in. Return DHandlerTable if there is one, NULL if not.
Throw a D object.
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright Digital Mars 2000 - 2013.
Implementation of exception handling support routines for Win64.
Note that this code also support POSIX, however since v2.070.0, DWARF exception handling is used instead when possible, as it provides better compatibility with C++.