mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
Uprobes get automatically cleaned and removed when the reference to the Link object is lost. Hold a reference to any active Uprobe Link for duration of Delve execution and ensure they are cleaned up at exit. Fixes ebpf probes don't work after time.Sleep() #3227