srctree

Jae B parent 7f11c194 88b3c144
fix compilation issues

ie.C:igurrentibtdebug.zig:726:23: error: no field or member function named 'getDwarfInfoForAddress' in 'dwarf.DwarfInfo' if (try module.getDwarfInfoForAddress(unwind_state.debug_info.allocator, unwind_state.dwarf_context.pc)) |di| { ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~C:igurrentibtdwarf.zig:663:23: note: struct declared herepub const DwarfInfo = struct { ^~~~~~referenced by: next_internal: C:igurrentibtdebug.zig:737:29 next: C:igurrentibtdebug.zig:654:31 remaining reference traces hidden; use '-freference-trace' to see all reference tracesC:igurrentibtdebug.zig:970:31: error: no field or member function named 'getSymbolAtAddress' in 'dwarf.DwarfInfo' const symbol_info = module.getSymbolAtAddress(debug_info.allocator, address) catch |err| switch (err) { ~~~~~~^~~~~~~~~~~~~~~~~~~C:igurrentibtdwarf.zig:663:23: note: struct declared herepub const DwarfInfo = struct {

inlinesplit
lib/std/debug.zig added: 2, removed: 2, total 0
@@ -2444,7 +2444,7 @@ pub const ModuleDebugInfo = switch (native_os) {
return &self.dwarf;
}
},
.wasi => struct {
.wasi, .emscripten => struct {
pub fn deinit(self: *@This(), allocator: mem.Allocator) void {
_ = self;
_ = allocator;