AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  heap analysis - c/c++ process

    Posted Thu December 24, 2009 05:41 AM

    Originally posted by: tanmay


    Hi ,
    how would we do heap analysis for c/c++ process .
    in HP platform one can use gdb tool to do the same .
    gdb does not work in IBM . also dbx does not seem to way to perform memory profiling .
    #AIX-Forum


  • 2.  Re: heap analysis - c/c++ process

    Posted Sun January 03, 2010 12:25 PM

    Originally posted by: nagger


    Have you tried gdb on AIX?
    You can download it from http://www.perzl.org/aix/index.php?n=Main.Gdb

    The http://www.perzl.org/aix websites has loads and loads of good AIX complied Open Source packages.
    I know the person behind it and its a safe source of tools.

    thanks Nigel
    #AIX-Forum