delve/service/test
Alessandro Arzilli bec6a65b15
proc,prettyprint: guard against autodereferenced escaped pointers (#1077)
Much like the bug in issue #1031 and commit
f6f6f0bf13e4c708cb501202b83a6327a0f00e31 pointers can also escape to
the heap and then have a zero address (and no children) when we
autodereference.

1. Mark autodereferenced escaped variables with a 0 address as
   unreadable.
2. Add guards to the pretty printers for unsafe.Pointer and pointers.

Fixes #1075
2018-01-19 15:50:28 +01: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 service/test: disable TestClientServerConsistentExit for rr backend 2018-01-05 10:25:42 -08:00
variables_test.go proc,prettyprint: guard against autodereferenced escaped pointers (#1077) 2018-01-19 15:50:28 +01:00