SourceLine reports the source line information for a given address in the file. Due to inlining, the source line information is in general a list of positions representing a call stack, with the leaf function first.
(addr uint64)
| 145 | // is in general a list of positions representing a call stack, |
| 146 | // with the leaf function first. |
| 147 | SourceLine(addr uint64) ([]Frame, error) |
| 148 | |
| 149 | // Symbols returns a list of symbols in the object file. |
| 150 | // If r is not nil, Symbols restricts the list to symbols |
nothing calls this directly
no outgoing calls
no test coverage detected