in_file: File,
msf: Msf,
allocator: mem.Allocator,
string_table: ?*MsfStream,
dbi: ?*MsfStream,
modules: []Module,
sect_contribs: []SectionContribEntry,
guid: [16]u8,
age: u32,
fn deinit(self: *Pdb) void
No documentation provided.
fn getLineNumberInfo(self: *Pdb, module: *Module, address: u64) !debug.LineInfo
fn getModule(self: *Pdb, index: usize) !?*Module
fn getStream(self: *Pdb, stream: StreamType) ?*MsfStream
fn getStreamById(self: *Pdb, id: u32) ?*MsfStream
fn getSymbolName(self: *Pdb, module: *Module, address: u64) ?[]const u8
fn init(allocator: mem.Allocator, path: []const u8) !Pdb
fn parseDbiStream(self: *Pdb) !void
fn parseInfoStream(self: *Pdb) !void