On Thursday 09 February 2012 08:47:51 shubham wrote: > This is my first post and I am new to strace also. I liked the facilities > this command provides and I want to learn the logics behind the development > of this command. > > Like if there any document or reference for this. So that I can dive into > coding of strace and help the community.
probably want to start with understanding the ptrace() facilities that the kernel provides. strace "merely" utilizes that and decodes structures. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
