]> Cypherpunks repositories - gostls13.git/commit
Switch ogle to in-tree gosym package. Delete my private sym
authorAustin Clements <aclements@csail.mit.edu>
Fri, 25 Sep 2009 16:39:08 +0000 (09:39 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Fri, 25 Sep 2009 16:39:08 +0000 (09:39 -0700)
commit4211384976c55f326671253c8d25d1be01fa8f23
tree3953c656d29f7babbcd97c70bb9be9f5e650f74f
parent60098a41fb9c6781c4f17067187ba42d848d41c5
Switch ogle to in-tree gosym package.  Delete my private sym
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
14 files changed:
src/pkg/debug/gosym/symtab.go
usr/austin/ogle/cmd.go
usr/austin/ogle/frame.go
usr/austin/ogle/process.go
usr/austin/ogle/rtype.go
usr/austin/ogle/vars.go
usr/austin/sym/Makefile [deleted file]
usr/austin/sym/binary.go [deleted file]
usr/austin/sym/elf.go [deleted file]
usr/austin/sym/elffmt.go [deleted file]
usr/austin/sym/gosymtab.go [deleted file]
usr/austin/sym/pclinetest.h [deleted file]
usr/austin/sym/pclinetest.s [deleted file]
usr/austin/sym/sym_test.go [deleted file]