"strace" and "ltrace" are the coolest utilities which will give the the
trace of system calls and library calls (respectively) for any application.
can be very useful while debugging any user application.
To trace the Library calls
# ltrace Application_Name
To trace the System calls
# strace Application_Name
Wednesday, 4 July 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment