mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
This adds a workaround for the bug described at: https://github.com/golang/go/issues/25841 Because dsymutil running on PIE does not adjust the address of debug_frame entries (but adjusts debug_info entries) we try to do the adjustment ourselves. Updates #2346