delve/pkg/dwarf
Klemens Morgenstern 17f2fa7908
dwarf/line: Fixed DirIdx (index starts at one) (#1873)
* Fixed DirIdx (index starts at one)

I am using the elf to load C++ based elf and there the index starts at one and not zero, hence the minor fix.

* Added test

* Added proper test for c-generated elf & replaced index offset by adding build dir

* Changed other IncludeDir test

* Format fix & replace print with actual test

* Format fixes @derekparker requested.
2020-02-21 09:00:34 -08: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 dwarf/line: Fixed DirIdx (index starts at one) (#1873) 2020-02-21 09:00:34 -08:00
loclist pkg/proc,pkg/dwarf: Introduce loclist package 2019-11-13 18:30:21 +01:00
op proc: implement stacktrace of arm64 (#1780) 2020-01-21 09:11:20 -08:00
reader dwarf/reader: precalcStack does not need to read past the first entry 2020-01-28 11:32:53 +01:00
util proc/tests: testing apparatus for complex location expressions 2017-11-21 11:51:02 -08:00