rt.compiler.dmd.posix.deh

Undocumented in source.

Members

Functions

__eh_find_caller
size_t __eh_find_caller(size_t regbp, size_t* pretaddr)

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

__eh_finddata
DHandlerTable* __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.

_d_isbaseof
int _d_isbaseof(ClassInfo oc, ClassInfo c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_d_throw
void _d_throw(Object* h)

Deprecated because of Bugzilla 4398, keep for the moment for backwards compatibility.

_d_throwc
void _d_throwc(Object* h)

Throw a D object.

terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DCatchBlock
struct DCatchBlock
Undocumented in source.
DCatchInfo
struct DCatchInfo
Undocumented in source.
DHandlerInfo
struct DHandlerInfo
Undocumented in source.
DHandlerTable
struct DHandlerTable
Undocumented in source.
FuncTable
struct FuncTable
Undocumented in source.

Variables

_deh_beg
void* _deh_beg;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_deh_end
void* _deh_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta