delve/pkg/terminal/starbind
Hyang-Ah Hana Kim e072a64903
pkg/terminal: add 'packages' command (#3499)
This command lists the packages included in the debugee.
The implementation utilizes "ListPackagesBuildInfo" RPC.

In order to support server-side filtering like `sources` and other
commands, expanded the ListPackagesBuildInfo RPC to take an optional
filter field.
2023-09-18 08:59:58 -07:00
..
conv_test.go pkg,service: fix typos in comments, exceptions, tests (#3486) 2023-08-29 14:44:18 +02:00
conv.go starbind: fix Starlark slice unmarshaling (#3454) 2023-08-07 12:11:05 -07:00
repl.go pkg: fix a few function names on comments 2022-10-05 17:40:35 +02:00
starlark_mapping.go pkg/terminal: add 'packages' command (#3499) 2023-09-18 08:59:58 -07:00
starlark.go terminal/starbind: add online help for starlark (#3388) 2023-06-12 14:31:31 -07:00