[EMAIL PROTECTED] (David Edelsohn) writes:
> GDB works with G++ and AIX dbx works with VAC. Name mangling and
> other C++ specifics are different between the two compilers.
Just a note, since you seem to be implying that GDB *only* works with
G++.
It also works with HP aCC, as HP took th
GDB works with G++ and AIX dbx works with VAC. Name mangling and
other C++ specifics are different between the two compilers.
David
--
===
David Edelsohn T.J. Watson Research
Sorry, but GDB does not support debugging xlC code.
This would be a non-trivial task and no one has volunteered yet.
> Hi !
>
> I am running GDB 5.0 on a IBM AIX 4.3.3 and have C++ code compiled with
> the native VisualAge 5.0 development environment using the xlC compiler
> to compile C++ code.
Hi !
I am running GDB 5.0 on a IBM AIX 4.3.3 and have C++ code compiled with
the native VisualAge 5.0 development environment using the xlC compiler
to compile C++ code.
I run into problems displaying member variables etc in C++ classes, it
seems somewhat disoriented by the 'this'-pointer.
A