This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dbx and gcc names


> For some reason dbx picks and displays mangaled gcc names.  And the
> only way I can set breakpoint is to use gcc's mangaled naming
> convension.

That would be a dbx problem, not a gcc problem, wouldn't it? I
recommend to use gdb instead.

> I compiled with --with-gdwarf2.  Where does DBX_DEBUGGING_INFO plays
> a role in all of this?

No. The debugging format primarily deals with C affairs, such as local
variables, data types, and so on. The symbol demangling is always done
by the debugger - if it is capable of doing so.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]