delve/pkg/terminal/starbind
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
..
conv.go pkg/terminal: Fix starlark map iteration for maps > 64 entries (#1699) 2019-10-07 09:35:58 -07:00
repl.go terminal: adds embedded scripting language (#1466) 2019-07-02 10:55:27 -07:00
starlark_mapping.go proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00
starlark.go pkg/terminal: Use new starlark CallFrame API 2019-07-09 08:54:15 +02:00