delve/pkg/dwarf/line
aarzilli a8606afb0b proc,service: return build informations for each package
Adds an API call that returns a list of packages contained in the
program and the files that were used to build them, and also a best
guess at which filesystem directory contained the package when it was
built.

This can be used by IDEs to map file paths if the debugging environment
doesn't match the build environment exactly.
2020-01-09 20:19:02 +01:00
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go dwarf/line: fix state machine behavior with multi-sequence units (#1681) 2019-10-07 09:54:32 -07: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 dwarf/line: fix state machine behavior with multi-sequence units (#1681) 2019-10-07 09:54:32 -07:00
state_machine.go proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00