delve/pkg/dwarf/line
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
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go Miscellaneous debug_line improvements (#1999) 2020-04-09 13:57:44 -07:00
line_parser.go Miscellaneous debug_line improvements (#1999) 2020-04-09 13:57:44 -07:00
state_machine_test.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
state_machine.go Miscellaneous debug_line improvements (#1999) 2020-04-09 13:57:44 -07:00