PdbReader

Undocumented in source.

Members

Functions

load
void load()

Performs actual processing of .pdb data stored in fileData

parseSymbols
void parseSymbols(StreamReader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
readGSIHashTable
void readGSIHashTable(StreamReader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
visitString
void visitString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromBytes
PdbReader fromBytes(ubyte[] fileData, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
PdbReader fromFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fileData
ubyte[] fileData;
Undocumented in source.
filename
string filename;
Undocumented in source.
longestNames
string[100] longestNames;
Undocumented in source.
msfHeader
MsfHeader* msfHeader;
Undocumented in source.
pdb
PdbInfo pdb;
Undocumented in source.

Meta