delve/pkg/dwarf
Alessandro Arzilli c3a4d726e2
Miscellaneous debug_line improvements (#1999)
* dwarf/line: implement DW_LNE_set_discriminator

We don't use the discriminator field in any way but we need to at least
parse it to support debub_line programs that use it.

* dwarf/line: support parsing DWARF4 debug_line sections

There is an extra field maximum_operations_per_instruction that is used
for VLIW CPUs. We don't support this feature but we have to at least
parse the field to not crash.
2020-04-09 13:57:44 -07:00
..
dwarfbuilder proc: ignore DW_TAG_inlined_subroutine entries without abstract origin (#1637) 2019-07-26 11:24:35 -07:00
frame *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
godwarf proc,dwarf: cache debug.Entry objects (#1931) 2020-03-20 10:23:10 -07:00
line Miscellaneous debug_line improvements (#1999) 2020-04-09 13:57:44 -07:00
loclist pkg/proc,pkg/dwarf: Introduce loclist package 2019-11-13 18:30:21 +01:00
op *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
reader proc,dwarf: cache debug.Entry objects (#1931) 2020-03-20 10:23:10 -07:00
util *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00