Hacker News new | ask | show | jobs
by vzaliva 981 days ago
I tried it with C and it does not work. So I guess it is go-specific indeed.
2 comments

Did you have debug symbols? I assume you probably passed -g, but the debug info can still not be compatible sometimes. I know when using lldb I sometimes have to force dwarf debug info or -ggdb to get it working.
Yeah I just tried it too. It did disassemble it and showed jumps, but no source code. It also didn't resolve calls to functions like printf.