delve/pkg/dwarf
Alessandro Arzilli 54f8703186
dwarf/op,proc: fix handling of DW_OP_piece (#2485)
According to DWARFv4 section 2.6.1.3 having a DW_OP_piece when nothing
is on the stack is legal and represents uninitialized/unavailable
memory.
2021-05-17 10:26:49 -07:00
..
dwarfbuilder proc: do not assume abstract origins precede their uses (#2293) 2021-01-27 06:58:48 -08:00
frame proc: add workaround for debug_frame bug on macOS (#2374) 2021-03-09 11:35:24 +01:00
godwarf *: remove unused code, variables and constants (#2426) 2021-04-12 14:57:39 -07:00
line dwarf: make debug_line header parser more resilient (#2456) 2021-05-04 12:36:22 -07:00
loclist dwarf/loclist,godwarf,proc: support DWARF version 5 loclists and debug_addr (#2097) 2020-08-17 17:19:46 -07:00
op dwarf/op,proc: fix handling of DW_OP_piece (#2485) 2021-05-17 10:26:49 -07:00
reader dwarf/reader: minor comments around variable resolving (#2253) 2020-12-08 11:46:40 -08:00
regnum proc: remove duplicate Registers.Get implementations (#2415) 2021-04-28 10:00:26 -07:00
util dwarf: make debug_line header parser more resilient (#2456) 2021-05-04 12:36:22 -07:00