]> Cypherpunks repositories - gostls13.git/commit
Switch ogle over to the in-tree debug/proc package. Fix
authorAustin Clements <aclements@csail.mit.edu>
Thu, 24 Sep 2009 16:07:47 +0000 (09:07 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Thu, 24 Sep 2009 16:07:47 +0000 (09:07 -0700)
commitffe83e582ea3a01450d23c17eefa036b52bc7788
treecc67b99180556459c30bec1ab4cdcb0c9f01ae73
parent495b3db88b6e556893b8b6c8aa2ff832911698da
Switch ogle over to the in-tree debug/proc package.  Fix
debug/proc to install to the right place.  Delete the old
ptrace package.  The diff looks huge, but it's mostly
s/ptrace/proc/.

R=rsc
APPROVED=rsc
DELTA=1940  (10 added, 1835 deleted, 95 changed)
OCL=34966
CL=34968
16 files changed:
src/pkg/debug/proc/Makefile
usr/austin/ogle/arch.go
usr/austin/ogle/cmd.go
usr/austin/ogle/event.go
usr/austin/ogle/frame.go
usr/austin/ogle/goroutine.go
usr/austin/ogle/process.go
usr/austin/ogle/rruntime.go
usr/austin/ogle/rtype.go
usr/austin/ogle/rvalue.go
usr/austin/ogle/vars.go
usr/austin/ptrace/Makefile [deleted file]
usr/austin/ptrace/process.go [deleted file]
usr/austin/ptrace/ptrace-nptl.txt [deleted file]
usr/austin/ptrace/ptrace_linux.go [deleted file]
usr/austin/ptrace/regs_linux_amd64.go [deleted file]