Descriptionruntime: 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.
Patch Set 1 #Patch Set 2 : diff -r b5c246d30318 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b5c246d30318 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 3807b738e9ff https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|