delve/pkg/terminal/starbind
Alessandro Arzilli ccf57b9454 terminal: let 'list' work on file:line exprs that don't map to code (#1728)
Make the 'list' command succeed for file:line expressions that don't
map to any instruction.
Adds an argument to the FindLocations API call that makes FindLocations
return if the expression can be parsed, even if it doesn't end up
matching any instruction in debug_line.
2019-10-25 09:59:18 -07: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 terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
starlark.go pkg/terminal: Use new starlark CallFrame API 2019-07-09 08:54:15 +02:00