Movatterモバイル変換


[0]ホーム

URL:


D Logo
Menu
Search

Library Reference

version 2.112.0

overview

Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinga local clone.

rt.deh_win64_posix

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++.
License:
Distributed under theBoost Software License 1.0. (See accompanying file LICENSE)
Authors:
Walter Bright, Sean Kelly

Sourcert/deh_win64_posix.d

See Also:
https://docs.microsoft.com/en-us/cpp/build/exception-handling-x64?view=vs-2019
immutable(FuncTable)*__eh_finddata(void*address);
Given address that is inside a function, figure out which function it is in. Return DHandlerTable if there is one, NULL if not.
size_t__eh_find_caller(size_tregbp, size_t*pretaddr);
Given EBP, find return address to caller, and caller's EBP.

Inputregbp Value of EBP for current function *pretaddr Return address

Output*pretaddr return address to caller

Returns:
caller's EBP
void_d_throwc(Throwableh);
Throw a D object.
Copyright © 1999-2026 by theD Language Foundation | Page generated byDdoc on Fri Feb 20 17:58:22 2026

[8]ページ先頭

©2009-2026 Movatter.jp