Hey! I'm trying to use the LineToPC function (in gosym) on a mach-o file but it always fails, even though the __gopclntab section of my mach-o file does seem populated. It works perfectly well on ELF files, and I also saw the tests for the function in the golang repo are specifically for ELFs. Is this on purpose? Do I have to parse the .debug_line section in order to get the pc for a given filename, lineno?
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/50062629-1e79-4af5-b809-4a878a57531fn%40googlegroups.com.