go-delve / delve

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

rr: fix gdb parsing #3705

Closed howardjohn closed 2 months ago

howardjohn commented 2 months ago

Attempt to fix https://github.com/go-delve/delve/issues/3704

I was having issues testing this locally and wasn't able to understand why. Unfortunately, all machines i have access to require the new rr, so its hard for me to test old vs new; I have low confidence this works