Solution:
Update gdb to version 7.8.2 or higher</strong
gdb –version // View gdb version
wget http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.gz
tar zxvf gdb-7.12.tar.gz
cd gdb-7.12
. /configure .
make && make install // Longer installation time
cd gdb
cp gdb /usr/bin