delve/pkg
Derek Parker 4136512ef3 pkg/proc: Allow function calls on non-struct types
Removes the restriction that the DWARF type for the receiver of a method
must be a TypeDef. This seems reasonable in practice, but it turns out
Go DWARF does not consider

```
type X int
```

to be a typedef. This patch also allows for calling a method where the
receiver is not used or passed in, such as:

```
func (_ X) Method() { println("why") }
```
2020-02-20 10:31:48 +01:00
..
config pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00
dwarf *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
goversion *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
logflags service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
proc pkg/proc: Allow function calls on non-struct types 2020-02-20 10:31:48 +01:00
terminal pkg,service: add cmd examinemem(x) for examining memory. (#1814) 2020-02-13 09:29:21 -08:00
version all: bump version number and release notes 2020-02-11 11:38:41 +01:00