mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
initial support for haiku defer debug
This commit is contained in:
parent
c17396691c
commit
96a08c1698
@ -1341,14 +1341,7 @@ pub const DebugInfo = struct {
|
||||
}
|
||||
|
||||
fn lookupModuleHaiku(self: *DebugInfo, address: usize) !*ModuleDebugInfo {
|
||||
// TODO: implement me
|
||||
var di = ModuleDebugInfo{
|
||||
.base_address = undefined,
|
||||
.dwarf = undefined,
|
||||
.mapped_memory = undefined,
|
||||
};
|
||||
|
||||
return &di;
|
||||
@panic("TODO implement lookup module for Haiku");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user