mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
gosymtab and gopclntab only contain informations about go code, linked C code isn't there, we should use debug_line instead to also cover C. Updates #935