mirror of
https://github.com/go-delve/delve.git
synced 2026-05-05 20:26:14 +02:00
AddressToOffset compared virtual addresses with strict inequality against each executable ELF section load address. PCs landing exactly on Section .Addr were never matched while still within [Addr, Addr+Size). Use inclusive lower bounds so the scan matches the usual VMA half-open interval.