delve/pkg/dwarf/line
David Chase a25d2a2b24 proc: added *BinaryInfo.AllPCsForFileLine for faster bulk queries (#1592)
Support for bulk queries makes the DWARF quality checker
(github.com/dr2chase/dwarf-goodness/cmd/dwarf-goodness)
run much more efficiently (replace quadratic cost with
linear).
2019-06-27 19:39:15 -07:00
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
line_parser.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
state_machine_test.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
state_machine.go proc: added *BinaryInfo.AllPCsForFileLine for faster bulk queries (#1592) 2019-06-27 19:39:15 -07:00