delve/pkg/dwarf/line
aarzilli 368cbeb0bc dwarf/line: remove foundFile "optimization" from LineToPC
There is no guarantee that files will end up stored contiguously in the
debug_line section which makes this optimization wrong in the general
case.
In particular with recent versions of go1.11 and a go.mod file present
the go compiler seems to sometimes produce executables that actually
violate this assumption.
2018-07-23 10:08:28 -07:00
..
line_parser_test.go proc: support GNU compressed debug sections (go1.11 support) 2018-06-22 11:20:38 -07:00
line_parser.go *: Use structured logging 2018-06-22 09:45:10 +02:00
state_machine.go dwarf/line: remove foundFile "optimization" from LineToPC 2018-07-23 10:08:28 -07:00