Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » BUG: debugger fails to start
Re: BUG: debugger fails to start [message #46929 is a reply to message #46780] Wed, 21 September 2016 07:55 Go to previous messageGo to previous message
coolman is currently offline  coolman
Messages: 119
Registered: April 2006
Location: Czech Republic
Experienced Member
Hi,

I solved gdb demangling issue on Ubuntu 14.04 by downloading latest 7.11.1 gdb source code and rebuilding the gdb.

BR, Radek

#!/bin/bash

sudo apt-get install texinfo

# build gdb source code
cur_dir=`pwd`

mkdir -p /var/tmp/gdb-build
cd /var/tmp/gdb-build
wget -nc http://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz
tar xf gdb-7.11.1.tar.gz
cd gdb-7.11.1
./configure
make
sudo make install

cd $cur_dir
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to implement IPC for TheIDE?
Next Topic: [APPROVED] Two new Esc ide macros - GetLineLength() & Target()
Goto Forum:
  


Current Time: Mon Jun 09 10:24:15 CEST 2025

Total time taken to generate the page: 0.04416 seconds