delve/terminal
Alessandro Arzilli 473b66387c proc: Improvements to Variable printing (#444)
* service/api: Removed unused fields of service/api.Function

* proc/eval: Set return variable name to input expression

* all: fine-grained control of loadValue for better variable printing

Makes proc.(*Variable).loadValue loading parameters configurable
through one extra argument of type LoadConfig.
This interface is also exposed through the API so clients can control
how much of a variable delve should read.
2016-04-24 10:15:39 -07:00
..
command_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
command.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
disasmprint.go Disassemble command 2016-02-11 16:59:07 -08:00
terminal_other.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal_windows.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal.go terminal: Use go-colorable 2016-04-18 12:49:14 -07:00