well, there's ltrace which lists library calls. i don't think you can restrict output to a particular shared library though.
i don't think you can restrict gdb to show calls to a particular library either. gdb basically shows information about stacks. it doesn't try to sort or collate this information in any way except to show the stacking order. pete begin Jaldhar H. Vyas <[EMAIL PROTECTED]> > Is there a program that will let me start up a process and make a log of > any function calls it makes to a particular shared library the way strace > does for system calls? > > Can GDB be used for this? > > -- > Jaldhar H. Vyas <[EMAIL PROTECTED]> > It's a girl! See the pictures - http://www.braincells.com/shailaja/ > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- The mathematics [of physics] has become ever more abstract, rather than more complicated. The mind of God appears to be abstract but not complicated. He also appears to like group theory. -- Tony Zee's `Fearful Symmetry' PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

