• A
    proc: Improvements to Variable printing (#444) · 473b6638
    Alessandro Arzilli 提交于
    * 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.
    473b6638
variables.go 37.7 KB