allocator: mem.Allocator,
address_map: field_call,
modules: if (native_os == .windows) std.ArrayListUnmanaged(WindowsModuleInfo) else void,
fn deinit(self: *DebugInfo) void
No documentation provided.
fn getModuleForAddress(self: *DebugInfo, address: usize) !*ModuleDebugInfo
fn getModuleNameForAddress(self: *DebugInfo, address: usize) ?[]const u8
fn init(allocator: mem.Allocator) !DebugInfo