commit | 736dde56f279efcfa21f5f654ff9a592ed6bcbef | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Thu Mar 20 16:53:00 2014 +1100 |
committer | Rob Pike <r@golang.org> | Thu Mar 20 16:53:00 2014 +1100 |
tree | 11c78cebeba3fabf20118458dd387e01a0cc51af | |
parent | 01d010aac740ca53cfe0411ef2bb6ce70b157b6f [diff] |
ogle: add name->PC lookup for functions The symbol table we can access has functions but no data, so until that is resolved we can only evaluate function names. LGTM=nigeltao R=nigeltao https://golang.org/cl/77580045