delve/pkg/dwarf/frame
Alessandro Arzilli 2d09ea65bc
dwarf/frame: discard indirect flag reading personality func in eh_frame (#3032)
We don't do anything with the personality function so there is no point
in complaining that we don't fully support the pointer encoding flags
used to describe it.

This matches the current level of support of pointer encodings in gdb
(they are discarded when reading the personality function and not
supported for FDEs because gcc doesn't generate them).

Fixes #3015
2022-06-24 06:49:18 -07: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 dwarf/frame: discard indirect flag reading personality func in eh_frame (#3032) 2022-06-24 06:49:18 -07: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 dwarf/frame: discard indirect flag reading personality func in eh_frame (#3032) 2022-06-24 06:49:18 -07:00
table.go dwarf/*: add godoc comments (#2265) 2020-12-14 09:31:11 -08:00