]> Cypherpunks repositories - gostls13.git/commit
runtime: fix gdb support for goroutines.
authorLuuk van Dijk <lvd@golang.org>
Mon, 28 Mar 2011 15:34:22 +0000 (17:34 +0200)
committerLuuk van Dijk <lvd@golang.org>
Mon, 28 Mar 2011 15:34:22 +0000 (17:34 +0200)
commit43512e6c7007b3cca7b693064e0f1da8e47e154f
tree5598aca5d83612f225fbed66419c6466c3f8bea0
parent6b3357129aacd4df1b03772f0d48fa0e46c2407c
runtime: fix gdb support for goroutines.

in gdb, 'info goroutines' and 'goroutine <n> <cmd> were crashing
because the 'g' and 'm' structures had changed a bit.

R=rsc
CC=golang-dev
https://golang.org/cl/4289077
src/pkg/runtime/runtime-gdb.py