Gerasina1981 / liteide

Automatically exported from code.google.com/p/liteide
0 stars 0 forks source link

Update GDB to load run time environment #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Version of GDB bundled with liteide does not load Go python GDB extensions.  
Build updated version of GDB that will load the python extensions that ship 
with the Go runtime.  Note: There is a bug in GDB >= 7.3 that causes debugging 
to crash on some Go code http://sourceware.org/bugzilla/show_bug.cgi?id=13791  
The version of GDB included with Liteide does not crash.

Original issue reported on code.google.com by lukemaul...@gmail.com on 5 Mar 2012 at 7:47