delve/pkg/dwarf/line
Alessandro Arzilli 2bd38fff90
dwarf/line: ignore end_of_sequence entry if AllPCsBetween (#2180)
* dwarf/line: ignore end_of_sequence entry if AllPCsBetween

Go 1.15 (but possibly prior versions of Go too) has a tendency to use
an address in the middle of an instruction for this entry, but if it
was correct it would be after the last instruction of the function
anyway.

This problem manifests especially frequently as a target crash in
TestStepConcurrentPtr on linux/arm64 (~6% of the runs).

* Travis-CI: add ignorechecksum option to chocolatey command

Looks like a configuration problem on chocolatey's end.

Co-authored-by: a <a@kra>
2020-09-24 08:03:46 -07: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: support DWARF version 5 (#2090) 2020-07-21 13:39:09 -07:00
parse_util.go dwarf/line: support DWARF version 5 (#2090) 2020-07-21 13:39:09 -07:00
state_machine_test.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
state_machine.go dwarf/line: ignore end_of_sequence entry if AllPCsBetween (#2180) 2020-09-24 08:03:46 -07:00