mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
The interpretation of waitReason has changed in Go 1.26 and in fact it changed several times in the past, fix it and systematize how we do the conversion. Fixes building with go tip.