delve/pkg
aarzilli adb1746c60 proc: fix inlined stack reading for midstack inlined calls
Due to a bug in the Go compiler midstack inlined calls do not report
their ranges correctly. We can't check if an address is in the range of
a DIE by simply looking at that DIE's range, we should also recursively
check the DIE's children's ranges.

Also fixes the way stacktraces of midstack inlined calls are reported
(they used to be inverted, with the deepest inlined stack frame
reported last).

Fixes #1795
2020-01-10 09:04:48 +01:00
..
config pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00
dwarf proc: fix inlined stack reading for midstack inlined calls 2020-01-10 09:04:48 +01:00
goversion service: add min/max supported ver and target ver to GetVersion resp (#1718) 2019-10-22 16:39:22 -07:00
logflags Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00
proc proc: fix inlined stack reading for midstack inlined calls 2020-01-10 09:04:48 +01:00
terminal proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00
version all: Bump to v1.3.2 2019-10-22 18:13:41 +02:00