| author | |
| committer | |
| log | 96a08c1698189baa01e051bcee2c488ba594fa0c |
| tree | 2df32841eecf7b32b7bfd4203ed5ed601247b411 |
| parent | c17396691ce116a949618cb03d740997c7e80788 |
1 files changed, 1 insertions(+), 8 deletions(-)
lib/std/debug.zig+1-8| ... | ... | @@ -1341,14 +1341,7 @@ pub const DebugInfo = struct { |
| 1341 | 1341 | } |
| 1342 | 1342 | |
| 1343 | 1343 | fn lookupModuleHaiku(self: *DebugInfo, address: usize) !*ModuleDebugInfo { |
| 1344 | // TODO: implement me | |
| 1345 | var di = ModuleDebugInfo{ | |
| 1346 | .base_address = undefined, | |
| 1347 | .dwarf = undefined, | |
| 1348 | .mapped_memory = undefined, | |
| 1349 | }; | |
| 1350 | ||
| 1351 | return &di; | |
| 1344 | @panic("TODO implement lookup module for Haiku"); | |
| 1352 | 1345 | } |
| 1353 | 1346 | }; |
| 1354 | 1347 |