Mail Archives: djgpp/2002/01/06/19:15:16
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f
|
From: | "Guido S." <sassi AT uni DOT de>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | GCC 3.0.x and GDB 5.00 - symbol demangling
|
Date: | Mon, 7 Jan 2002 01:09:18 +0100
|
Organization: | Universitaet Hannover
|
Lines: | 33
|
Message-ID: | <a1aoqc$drp$1@newsserver.rrzn.uni-hannover.de>
|
NNTP-Posting-Host: | steelrose.sedan.uni-osnabrueck.de
|
Mime-Version: | 1.0
|
X-Trace: | newsserver.rrzn.uni-hannover.de 1010361996 14201 131.173.58.129 (7 Jan 2002 00:06:36 GMT)
|
X-Complaints-To: | abuse AT newsserver DOT rrzn DOT uni-hannover DOT de
|
NNTP-Posting-Date: | 7 Jan 2002 00:06:36 GMT
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000
|
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hello,
Since the relase of GCC 3.0.x for djgpp I have the problem of using gdb
5.0 with the resulting objects/binaries.
I intend to set breakpoints in a c++ object's member function with
b 'MyClass:MyFunc'. but it seems, that if I compile a file with -g3
option, gdb can not handle the stored debug info.
it steps through the sources correctly, but it then prints only the
signature of the function, not the demangled name of the function.
So my question is:
- Is there going to be an updated GDB for djgpp in the near future?
or
- May I get my intended functionality by compiling with any other -g
option? dwarf(-2), stabs etc?
i am using dj-dev 2.03, binutils 2.11.2, gcc 3.02 and 3.0.3 (the c++
parts to be exact)
additionally I'ld like to ask if there is a GDB binary out there, that
is compiled for i586 (the one currently on simtel is for 686, and I am
not sure of, if it works ok on my k6-2 in respect to the incompatible
breakpoint support of those architectures)
Thanks in advance
----------------------------------------------------
Guido Sassmannshausen
PGP Fingerprint:
F677 FA63 BC99 62AA AE3E 2AE7 6DA6 D528 3D7D 0CFB
- Raw text -