问题
Ubuntu1404下,当用GDB调试C++程序时,报错ImportError: No module named 'libstdcxx'
解决办法
vim ~/.gdbinit
#~/.gdbinit python sys.path.append("/usr/share/gcc-4.8/python")