delve/pkg/dwarf/frame
Alessandro Arzilli a3c7ba8808
proc: add workaround for debug_frame bug on macOS (#2374)
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
2021-03-09 11:35:24 +01:00
..
testdata Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
entries_test.go dwarf/frame,proc: use eh_frame section (#2344) 2021-03-04 20:17:00 -08:00
entries.go proc: add workaround for debug_frame bug on macOS (#2374) 2021-03-09 11:35:24 +01:00
expression_constants.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
parser_test.go dwarf/frame,proc: use eh_frame section (#2344) 2021-03-04 20:17:00 -08:00
parser.go proc: add workaround for debug_frame bug on macOS (#2374) 2021-03-09 11:35:24 +01:00
table.go dwarf/*: add godoc comments (#2265) 2020-12-14 09:31:11 -08:00