go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

pkg/proc,service/debugger: fix debuginfod-find source #3762

Closed derekparker closed 6 days ago

derekparker commented 6 days ago

Fixes bug where the incorrect Build ID could be used to try and download the source for a binary. This is because the Build ID was stored on the BinInfo object for a target and not the image itself.