The good memory debugging tool in AIX ?

Hi,
What's the good open-source debugger & memory analyzer for C programs in AIX ?

Hi,

i dont know a special Tool but maybe this site (AIX Tools) will help you:

Tools to aid debugging on AIX

Regards

1 Like

Thanks XrAy, but I need an open source memory debugger program used by software developers to detect memory access errors in C programs, similar to Purify or Insure++..

Try the GNU debugger ("gdb") if you compiled your program with the GNU-C compiler. You get all sorts of GNU tools from Michael Perzls site with Freeware for AIX.

I hope this helps.

bakunin

2 Likes

thanks Bakunin :slight_smile: that's what I'm looking for