Hacker News new | ask | show | jobs
by justinclift 3318 days ago
Probably worth mentioning the blog post too: https://blog.minio.io/c2goasm-c-to-go-assembly-bb723d2f777f

Out of curiosity, any idea how well does Go asm works with Delve (the Go debugger)?

2 comments

Haven't tried it personally, but based on a recent article shared at r/golang (https://rakyll.org/coredumps/, via https://www.reddit.com/r/golang/comments/6cvtd6/debugging_go...), delve seems to show the contents of an .s file allright.
Thanks, that's a useful article.

Just wish core dumping Go programs worked on OSX. Hopefully one day. :)

That is a good question but have never tried it. However, there is nothing "special" about the assembly as ported by c2goasm, so it should equally well as any other (hand-crafted) assembly.