Fields

allocator: mem.Allocator,
address_map: field_call,
modules: if (native_os == .windows) std.ArrayListUnmanaged(WindowsModuleInfo) else void,

Functions

fn deinit(self: *DebugInfo) void

No documentation provided.

fn getModuleForAddress(self: *DebugInfo, address: usize) !*ModuleDebugInfo

No documentation provided.

fn getModuleNameForAddress(self: *DebugInfo, address: usize) ?[]const u8

No documentation provided.

fn init(allocator: mem.Allocator) !DebugInfo

No documentation provided.