]> Cypherpunks repositories - gostls13.git/commit
runtime: in runtime-gdb.py, use SliceValue wrapper
authorAustin Clements <austin@google.com>
Tue, 17 Feb 2015 03:04:24 +0000 (22:04 -0500)
committerAustin Clements <austin@google.com>
Tue, 17 Feb 2015 18:41:10 +0000 (18:41 +0000)
commit98651d6edf32e4cfcff407b4441d0b537d0ad745
treeaa21eb1603572305cece511916eca122acf9921f
parent545686857bc4c2e7a5306d97e5ef48f631d277bc
runtime: in runtime-gdb.py, use SliceValue wrapper

Rather than reaching in to slices directly in the slice pretty
printer, use the newly introduced SliceValue wrapper.

Change-Id: Ibb25f8c618c2ffb3fe1a8dd044bb9a6a085df5b7
Reviewed-on: https://go-review.googlesource.com/4936
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/runtime-gdb.py