delve/service/test
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
..
cmd Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
common_test.go debugger/locations: if locspec isn't found try interpreting it as expr (#858) 2017-07-26 12:52:51 -06:00
integration1_test.go proc: report errors when loading executable on attach 2017-08-30 11:20:20 -07:00
integration2_test.go proc: report errors when loading executable on attach 2017-08-30 11:20:20 -07:00
variables_test.go proc/eval: support more type casts 2017-10-25 13:20:25 +02:00