mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
pkg/proc: fix 404 links and change to https (#3775)
This commit is contained in:
@ -1479,7 +1479,7 @@ func convertToEface(srcv, dstv *Variable) error {
|
||||
|
||||
func readStringInfo(mem MemoryReadWriter, arch *Arch, addr uint64, typ *godwarf.StringType) (uint64, int64, error) {
|
||||
// string data structure is always two ptrs in size. Addr, followed by len
|
||||
// http://research.swtch.com/godata
|
||||
// https://research.swtch.com/godata
|
||||
|
||||
mem = cacheMemory(mem, addr, arch.PtrSize()*2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user