Descriptionruntime: gdb support: gracefully handle not being able to find types
The Dwarf info has the full typenames, the go *struct runtime.commonType
has the short name. A more permanent fix would link the two together
but this way the user gets useable stack traces for now.
Patch Set 1 #Patch Set 2 : diff -r b9195358cc18 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b9195358cc18 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 086dc976137c https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|