let-def / owee

OCaml library to work with DWARF format
MIT License
33 stars 12 forks source link

examples/decodedline_macho.ml broken in 0.5 #21

Closed reynir closed 2 years ago

reynir commented 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

reynir commented 2 years ago

Ah, I see it's a known problem from the Makefile...

let-def commented 2 years ago

Yes, I don't use macOS, so I couldn't properly work the Mach-O support. Sorry for that. Patches are welcome :bow: .