Files
3u13r 1dc394cfbb pkg/proc/internal/ebpf: Fix uprobe address (#3894)
The update of gilium/ebpf introduced a beaking change in it's API: The `offset` in the UprobeOptions is now relative to the added option `address`. Since `address` was only default initalized, the library did not use `address` and `offset` as address for the uprobe, but tried to calculate the offset itself based on the given symbol. Since we set the path of the executable as symbol, the library errored when trying to resolve it.

Fixes https://github.com/go-delve/delve/pull/3491
2025-01-03 10:41:52 -08:00
..