This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: bounds checking debugger for gcc?
- From: "Lynn Tinney" <ltinney at caci dot com>
- To: "Kiran C" <kiranc at tataelxsi dot co dot in>
- Cc: gcc-help at gcc dot gnu dot org,"'P.Srihari'" <srihari dot par at wipro dot com>
- Date: Wed, 5 Mar 2003 13:44:02 -0600
- Subject: RE: bounds checking debugger for gcc?
Thanks for the help!
I'm working on a Solaris system so I tried bgcc and libwatchmalloc.so.
I couldn't find much on bgcc - unless someone needs a link to the Burley
Griffin Canoe Club or the Big Gay Cocktail Club :-) From the couple of
references I did find, it may be that it is still in the early stages of
development. I'm not sure.
libwatchmalloc.so looks like it might be of some help, although its
facilities are quite limited compared to a modern debugger.
|---------+---------------------------->
| | "Kiran C" |
| | <kiranc at tataelxsi|
| | .co.in> |
| | |
| | 03/05/2003 05:45 |
| | AM |
| | |
|---------+---------------------------->
>------------------------------------------------------------------------------------------------------------------------|
| |
| To: "'P.Srihari'" <srihari dot par at wipro dot com>, "'Lynn Tinney'" <ltinney at caci dot com> |
| cc: <gcc-help at gcc dot gnu dot org> |
| Subject: RE: bounds checking debugger for gcc? |
>------------------------------------------------------------------------------------------------------------------------|
There is something called bgcc available on the net
-----Original Message-----
From: gcc-help-owner at gcc dot gnu dot org [mailto:gcc-help-owner at gcc dot gnu dot org]On
Behalf Of P.Srihari
Sent: Wednesday, March 05, 2003 9:53 AM
To: Lynn Tinney
Cc: gcc-help at gcc dot gnu dot org
Subject: Re: bounds checking debugger for gcc?
if u r working in Linux OS then libnjamd.so or libefence.a are available
and can be used for overruns of memory allocated at run-time . in
Solaris,
libwatchmalloc.so - i don't quite remember it exactly - is available
Lynn Tinney wrote:
>
> Does anybody know if there is a UNIX debugger that can do bounds checking
> and works with gcc compiled C code? Any help would be very appreciated!!