Date: Thu, 21 Sep 1995 09:39:11 -0400 From: kagel AT quasar DOT bloomberg DOT com To: qiqd3 AT hobbit DOT chemie DOT uni-halle DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Gdb Reply-To: kagel AT ts1 DOT bloomberg DOT com Errors-To: postmaster AT ns1 Date: Thu, 21 Sep 1995 14:44:52 +0000 (GMT) From: Torsten Schweigert 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