MCPcopy Create free account
hub / github.com/Binject/debug / findFileLine

Method findFileLine

gosym/pclntab.go:320–355  ·  view source on GitHub ↗

findFileLine scans one function in the binary looking for a program counter in the given file on the given line. It does so by running the pc-value tables mapping program counter to file number. Since most functions come from a single file, these are usually short and quick to scan. If a file match

(entry uint64, filetab, linetab uint32, filenum, line int32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

go12LineToPCMethod · 0.95

Calls 1

stepMethod · 0.95

Tested by

no test coverage detected