]> Cypherpunks repositories - gostls13.git/commit
gob: updates to the debugging tool.
authorRob Pike <r@golang.org>
Fri, 28 Jan 2011 18:53:06 +0000 (10:53 -0800)
committerRob Pike <r@golang.org>
Fri, 28 Jan 2011 18:53:06 +0000 (10:53 -0800)
commit04a89054428b4da8f56300edcf0eb180abb9c8dd
tree45a2a0eff35bea9ef97e49701d24659372ef6fa3
parent634cef25c3574f96fde66c3dc41014eac20b4425
gob: updates to the debugging tool.
- complex numbers now supported.
- entirely independent of standard decode code.
- parser has no read-ahead; that is, the scanning works
simply by reading the values as they arrive, not by trying
to count bytes for message boundaries, a proof of concept
for the pending rewrite of the regular decoder.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4084044
src/pkg/gob/debug.go