delve/pkg/terminal
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
..
starbind terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
command_test.go terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
command.go terminal: let 'list' work on file:line exprs that don't map to code (#1728) 2019-10-25 09:59:18 -07:00
config.go fix panic when config value set 0 (#1723) 2019-10-21 10:40:37 -07:00
disasmprint.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
docgen.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
starlark_test.go pkg/terminal: Fix starlark map iteration for maps > 64 entries (#1699) 2019-10-07 09:35:58 -07:00
starlark.go terminal: adds embedded scripting language (#1466) 2019-07-02 10:55:27 -07:00
terminal_other.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_test.go terminal: prompt to kill remote if process exited (#1621) 2019-07-17 15:54:15 -07:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00