delve/pkg
aarzilli 8f16b371d1 proc/eval: support more type casts
* string to []rune
* string to []byte
* []rune to string
* []byte to string
* any pointer to uintptr

The string, []rune, []byte conversion pairs aligns this to the go
language.
The pointer -> uintptr conversion pair is symmetric to the uintptr ->
pointer that we already have.

Also lets the user specify any size for byte array types instead of
just the ones already used by the program, this can be used to read
arbitrary memory.

Fixes #548, #867
2017-10-25 13:20:25 +02:00
..
config terminal: add config command 2017-09-08 10:27:32 -07:00
dwarf proc: lexical block support 2017-08-01 11:20:25 -06:00
goversion cmd/dlv: do not pass "linkmode internal" for windows on go1.9 and later 2017-08-01 11:20:25 -06:00
proc proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
terminal proc/gdbserial: return error if stopped with a sginal 2017-09-20 12:39:29 -07:00
version *: Bump version to 1.0.0-rc.2 2017-10-16 10:53:20 -07:00