go-delve / delve

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

pkg/proc: remove usage of gore dependency #3664

Closed derekparker closed 4 months ago

derekparker commented 4 months ago

Implement the specific behavior we used from the gotetk/gore library without copying any code to avoid licensing issues.

Fixes #3661

derekparker commented 4 months ago

Currently marking as draft, this PR still needs work but I wanted to push for awareness on the upcoming change.

Still to do:

aktau commented 4 months ago

Thanks a lot!