initial support for haiku defer debug

This commit is contained in:
Al Hoang 2021-01-17 13:44:40 -06:00 committed by Andrew Kelley
parent c17396691c
commit 96a08c1698

View File

@ -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");
}
};