delve/pkg/proc/linutil
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
..
auxv.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
doc.go *: Change comments to match common Go standarts (#3221) 2022-12-14 08:56:07 -08:00
dynamic.go dwarf,proc: fix typos in comments and error messages (#3379) 2023-05-23 18:22:20 +02:00
regs_amd64_arch.go proc: fix RFLAGS corruption after call injection on amd64 (#3002) 2022-05-05 08:41:40 -07:00
regs_arm64_arch.go *: Change comments to match common Go standarts (#3221) 2022-12-14 08:56:07 -08:00
regs_i386_arch.go proc: support function call injection on arm64 (#2996) 2022-05-03 10:46:24 -07:00
regs_ppc64le_arch.go pky/proc: enable function call injection in Delve for linux/ppc64le (#3449) 2023-09-21 10:39:57 -07:00