delve/cmd/dlv
Derek Parker 1d28ceccdc
pkg/proc: fix ebpf probe tracing backen uprobe handling (#3417)
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
2023-06-15 12:07:32 +02:00
..
cmds cmd/commands: Fix to read debug info file from the correct directory when using trace command with -e option. (#3405) 2023-06-06 16:12:11 -07:00
dlv_test.go pkg/proc: fix ebpf probe tracing backen uprobe handling (#3417) 2023-06-15 12:07:32 +02:00
main.go cmd/dlv: actually disable C compiler optimizations when building (#1647) 2019-08-01 16:31:50 -07:00
tools.go cmd/dlv: make core command limitations more prominent (#2031) 2020-05-04 10:00:33 -07:00