|
> Can LaDebug support GNU C and C++ compilers.
That depends entirely on what type of symbol table information they
put out. Since gdb can debug our C code, I wouldn't be surprised if
gcc and g++ (that's the right one, isn't it?) produce output on the
Alpha that our debuggers can handle. I've even got a vague notion
this is true, but I don't have hard data for you.
PeterT
|
| Completely unofficial -- In short, probably yes for C, no for C++.
I've successfully debugged GNU C code with ladebug, but had ladebug get
hopelessly confused with GNU C++. It may be possible to have ladebug get
hopelessly confused with GNU C as well, but I haven't gone out of my to
find out one way or the other.
- Matt
|