delve/terminal
Wesley Merkel e60942a39d terminal: show message if there are no vars/locals/args
When the vars, locals, or args commands return no results, nothing is

printed out to the terminal. This commit makes these commands print a

message like `(no locals)` when there is nothing to show. This feedback

is more descriptive of what is being returned than an empty string.
2016-04-06 09:26:10 -07:00
..
command_test.go terminal: show message if there are no vars/locals/args 2016-04-06 09:26:10 -07:00
command.go terminal: show message if there are no vars/locals/args 2016-04-06 09:26:10 -07:00
disasmprint.go Disassemble command 2016-02-11 16:59:07 -08:00
terminal_other.go terminal: do not use escape codes on windows unless they are supported 2016-03-15 09:43:22 +01:00
terminal_windows.go terminal: do not use escape codes on windows unless they are supported 2016-03-15 09:43:22 +01:00
terminal.go misc: minor message format cleanup 2016-03-17 15:35:10 -07:00