delve/pkg/dwarf
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
..
dwarfbuilder proc: ignore DW_TAG_inlined_subroutine entries without abstract origin (#1637) 2019-07-26 11:24:35 -07:00
frame pkg/dwarf/frame/parser: Fix parse augmentation (#1679) 2019-09-04 09:02:24 -07:00
godwarf proc: support DW_AT_go_package_name (#1757) 2019-11-25 09:10:18 -08:00
line proc,service: return build informations for each package 2020-01-09 20:19:02 +01:00
loclist pkg/proc,pkg/dwarf: Introduce loclist package 2019-11-13 18:30:21 +01:00
op *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
reader proc: fix inlined stack reading for midstack inlined calls 2020-01-10 09:04:48 +01:00
util proc/tests: testing apparatus for complex location expressions 2017-11-21 11:51:02 -08:00