delve/pkg/dwarf
Archana Ravindar ebc3e61367
pky/proc: enable function call injection in Delve for linux/ppc64le (#3449)
* enable func call injection on delve for ppc64le

* Function call injection on Delve/ppc64le, modified DWARF encoding and decoding for floating point registers to make floatsum test work

* Function call injection on Delve/ppc64le cleanup

* skip PIE tests for function call injection on other packages

* Address review comments

* accounted for additional skipped PIE tests for function call injection

* Code cleanup and undoing revert of previous commit

* Enable function call injection only on 1.22 and above and some cleanup

* additional cleanup, go fmt run

* Debug function call tests fail on ppc64le/PIE mode adjusted the backup_test_health.md file accordingly
2023-09-21 10:39:57 -07:00
..
dwarfbuilder all: use "len == 0" rather than "len <= 0" when checking empty slice/string (#3439) 2023-07-13 11:30:32 -07:00
frame DWARF CFI: use a stack for restore/remember opcodes (#3480) 2023-08-23 12:56:58 -07:00
godwarf pkg,service: make receiver names consistent (#3473) 2023-08-17 14:24:43 -07:00
leb128 proc/dwarf: LEB128 encode/decode in separate pkg (#3235) 2023-01-10 12:29:58 -08:00
line dwarf/line: enable TestGrafana on Windows (#3289) 2023-02-25 14:12:46 +01:00
loclist proc/dwarf: Move util functions to dwarf package (#3252) 2023-01-16 09:20:20 -08:00
op pkg,service: make receiver names consistent (#3473) 2023-08-17 14:24:43 -07:00
reader dwarf: ignore DeclLine for function args (#3400) 2023-05-31 09:58:47 -07:00
regnum pky/proc: enable function call injection in Delve for linux/ppc64le (#3449) 2023-09-21 10:39:57 -07:00
parseutil_test.go proc/dwarf: Move util functions to dwarf package (#3252) 2023-01-16 09:20:20 -08:00
parseutil.go proc/dwarf: Move util functions to dwarf package (#3252) 2023-01-16 09:20:20 -08:00