summaryrefslogtreecommitdiff
path: root/usr/austin/sym/pclinetest.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25Switch ogle to in-tree gosym package. Delete my private symAustin Clements1-7/+0
package. If a Sym is a function symbol, include a reference to the Func so it's easily accessible when you're traversing the list of all symbols. This diff is more interesting than the proc switch because the gosym interface differs from the old sym interface. R=rsc APPROVED=rsc DELTA=1957 (34 added, 1868 deleted, 55 changed) OCL=34969 CL=35008
2009-08-21Implement line-to-PC mapping. Add unit tests forAustin Clements1-0/+7
PC/line/aline conversion methods. R=rsc APPROVED=rsc DELTA=458 (434 added, 15 deleted, 9 changed) OCL=33677 CL=33702