Closed reynir closed 2 years ago
Owee_debug_line.read_chunk now takes an additional ~pointers_to_other_sections argument. https://github.com/let-def/owee/blob/e5616888c32dbdaafd9f05224a533d66d0811b52/examples/decodedline_macho.ml#L29
Owee_debug_line.read_chunk
~pointers_to_other_sections
Ah, I see it's a known problem from the Makefile...
Yes, I don't use macOS, so I couldn't properly work the Mach-O support. Sorry for that. Patches are welcome :bow: .
Owee_debug_line.read_chunk
now takes an additional~pointers_to_other_sections
argument. https://github.com/let-def/owee/blob/e5616888c32dbdaafd9f05224a533d66d0811b52/examples/decodedline_macho.ml#L29