Mail Archives: djgpp/1995/09/21/11:02:42
Errors-To: postmaster AT ns1
Date: Thu, 21 Sep 1995 14:44:52 +0000 (GMT)
From: Torsten Schweigert <qiqd3 AT hobbit DOT chemie DOT uni-halle DOT de>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Content-Length: 141
Hi,
I would like to know if there is a way to tell gdb, that the name of a
source file is e.g foo.cxx instead of foo.cc.
Thanx -- Torsten
You might try:
#line 1 "foo.cxx"
At the top of the file. This should generate debug filename and line number
records when compile with '-g'.
--
Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com
Variety is the soul of pleasure. -- Aphra Behn
- Raw text -