| ... | @@ -1341,14 +1341,7 @@ pub const DebugInfo = struct { | ... | @@ -1341,14 +1341,7 @@ pub const DebugInfo = struct { |
| 1341 | } | 1341 | } |
| 1342 | | 1342 | |
| 1343 | fn lookupModuleHaiku(self: *DebugInfo, address: usize) !*ModuleDebugInfo { | 1343 | fn lookupModuleHaiku(self: *DebugInfo, address: usize) !*ModuleDebugInfo { |
| 1344 | // TODO: implement me | 1344 | @panic("TODO implement lookup module for Haiku"); |
| 1345 | var di = ModuleDebugInfo{ | | |
| 1346 | .base_address = undefined, | | |
| 1347 | .dwarf = undefined, | | |
| 1348 | .mapped_memory = undefined, | | |
| 1349 | }; | | |
| 1350 | | | |
| 1351 | return &di; | | |
| 1352 | } | 1345 | } |
| 1353 | }; | 1346 | }; |
| 1354 | | 1347 | |