[gvd-users] support for dbx on Solaris
Arnaud Charlet
gvd-users@lists.act-europe.fr
Wed, 21 May 2003 22:38:39 +0200
> I end up using dbx (and cc) most of the time because I find the ability to
> do array bounds checking SO useful.
Well, you are talking about a compiler advantage (BTW, Ada has array
bounds checking and many other checks built in standardly :-), not a debugger
advanage, so you coul still use gdb with sun cc (using the -xs option).
> I would be delighted if anyone ever finds time to put that facility into
> gcc/gdb/gvd.
It's already there in gcc, using Ada.
Arno