delve/pkg/terminal
Jeremy Faller 1a478cdb53 terminal/command: add support for next [count] (#1629)
* terminal/command: add support for next [count]

* disallow negative counts.

* handle github comments, and regen docs.

* Fix the fact that we don't print the file info in the last step of the next count.

* Fix a typo, cleanup a few other observations.
2019-07-29 18:04:26 -07:00
..
starbind pkg/terminal: Use new starlark CallFrame API 2019-07-09 08:54:15 +02:00
command_test.go terminal/command: add support for next [count] (#1629) 2019-07-29 18:04:26 -07:00
command.go terminal/command: add support for next [count] (#1629) 2019-07-29 18:04:26 -07:00
config.go terminal: update return value load configuration when it changes (#1602) 2019-07-08 10:27:31 -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 terminal: adds embedded scripting language (#1466) 2019-07-02 10:55:27 -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