mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Replaces the Thread.Location method with a ThreadLocation function. All backends implemented the Location method exactly the same way, this change deduplicates it.