delve/pkg/dwarf/op
Alessandro Arzilli 6a70d531bb
proc/*: implement proc.(*compositeMemory).WriteMemory (#2271)
Delve represents registerized variables (fully or partially) using
compositeMemory, implementing proc.(*compositeMemory).WriteMemory is
necessary to make SetVariable and function calls work when Go will
switch to using the register calling convention in 1.17.

This commit also makes some refactoring by moving the code that
converts between register numbers and register names out of pkg/proc
into a different package.
2021-03-04 10:28:28 -08:00
..
op_test.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
op.go dwarf/op: return register values when they are the only piece 2020-05-01 11:11:51 -07:00
opcodes.go pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
opcodes.table *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
regs.go proc/*: implement proc.(*compositeMemory).WriteMemory (#2271) 2021-03-04 10:28:28 -08:00