delve/pkg/dwarf/line
Alessandro Arzilli 34ffa2e763
dwarf/line: do not consider end of sequence entries valid (#2235)
This is needed to fix the problem we have with 1.15.4+ after the
backport is applied to it. The DWARF standard isn't clear on what
should happen with the end_of_sequence opcode but this is consistent
with debug/dwarf.LineReader as well as gdb.
2020-12-04 09:35:57 -08:00
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go vendor: remove github.com/pkg/profile dependency (#2053) 2020-05-14 10:16:09 -07:00
line_parser.go dwarf/line: do not consider end of sequence entries valid (#2235) 2020-12-04 09:35:57 -08:00
parse_util.go dwarf/line: support DWARF version 5 (#2090) 2020-07-21 13:39:09 -07:00
state_machine_test.go dwarf/line: do not consider end of sequence entries valid (#2235) 2020-12-04 09:35:57 -08:00
state_machine.go dwarf/line: do not consider end of sequence entries valid (#2235) 2020-12-04 09:35:57 -08:00