[Sablevm-developer] debugging info with gcc >= 3.x
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-03-29 22:14:25
|
Hi, I never got debugging info for SableVM in gdb when compiled with gcc 3.x, though it is fine with gcc 2.95. By debugging info, I am talking about corresponding source code. It seems that gdb will find only sablevm.c source file and will say it cannot find the other source files. First I thought that could be compatibility problem with gcc and gdb and maybe Debian gdb was not recent enough. But now, I'm on Gentoo and everything should be recent :), but still the same problem... Any ideas? On Gentoo, I have: gdb 6.0 gcc 3.2.3 (On Debian, happens also with gcc 3.3) David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |