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)
| 173 | // is in general a list of positions representing a call stack, |
| 174 | // with the leaf function first. |
| 175 | SourceLine(addr uint64) ([]Frame, error) |
| 176 | |
| 177 | // Symbols returns a list of symbols in the object file. |
| 178 | // If r is not nil, Symbols restricts the list to symbols |
no outgoing calls