delve/pkg/dwarf
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
..
dwarfbuilder pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
frame all: Spelling 2018-03-20 11:05:35 +01:00
godwarf proc: support GNU compressed debug sections (go1.11 support) 2018-06-22 11:20:38 -07:00
line dwarf/line: remove foundFile "optimization" from LineToPC 2018-07-23 10:08:28 -07:00
op all: Spelling 2018-03-20 11:05:35 +01:00
reader proc: support inlining 2018-03-26 14:30:38 -04:00
util proc/tests: testing apparatus for complex location expressions 2017-11-21 11:51:02 -08:00