This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: bounds checking debugger for gcc?


On x86 (Linux at least), there is Valgrind that can work with compiled
code. It checks invalid memory accesses and, also, it can do memory
leaks checks.
http://developer.kde.org/~sewardj/

G.

Le mer 05/03/2003 à 04:23, P.Srihari a écrit :
> 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!!
> 
> ----
> 




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