Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
compilare coi simboli di debug
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
CRV§ADER//KY
Guru
Guru


Joined: 30 Aug 2004
Posts: 405
Location: Torino

PostPosted: Thu Apr 06, 2006 5:13 pm    Post subject: compilare coi simboli di debug Reply with quote

Ho bisogno di debuggare un'applicazione. Seguo questo tutorial e faccio
Code:
FEATURES="nostrip" CFLAGS="-g -ggdb" CXXFLAGS="-g -ggdb" emerge applicazione

poi lancio il debugger grafico
Code:
insight `which applicazione`

...e mi ritrovo senza sorgente, solo col codice assembly :cry:


Provo a spacchettarla manualmente e dò
Code:
CFLAGS="-g -ggdb" CXXFLAGS="-g -ggdb" ../configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
make
insight src/applicazione


(le opzioni di configure le ho copiaincollate da quelle generate da emerge)

...e funziona perfettamente, nel senso che vedo il sorgente

dò per scontato che sia un problema talmente stupido che non riesco a notarlo, ma proprio non ci arrivo...
_________________
Kyrie, Ignis Divine, Eleison ~ Elfen Lied
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum