Hacker News new | ask | show | jobs
by brancz 1294 days ago
That's right, but Delve also needs to use DWARF to walk stacks that involve CGO, where it can't rely on frame pointers being present.
1 comments

Quick correction, actually Delve uses DWARF unwind information for every code location, including those from Go, even if frame pointers are present.