ModuleDebugInfo

Undocumented in source.

Members

Functions

addDebugInfo
void addDebugInfo(size_t addr, char* file, char* func, ushort line)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferString
char* bufferString(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
freeArrays
void freeArrays()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

debugInfo
AddrDebugInfo[] debugInfo;
Undocumented in source.
debugInfoLen
uint debugInfoLen;
Undocumented in source.
fileMaxAddr
size_t[char*] fileMaxAddr;
Undocumented in source.
next
ModuleDebugInfo next;
Undocumented in source.
prev
ModuleDebugInfo prev;
Undocumented in source.
strBuffer
char*[] strBuffer;
Undocumented in source.
strBufferLen
uint strBufferLen;
Undocumented in source.

Meta