This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

froggy ChangeLog README froggy-test.c froggy.c ...


CVSROOT:	/cvs/systemtap
Module name:	froggy
Changes by:	cmoller@sourceware.org	2008-07-29 17:36:25

Modified files:
	.              : ChangeLog README froggy-test.c froggy.c 
	                 froggy.h 

Log message:
	* froggy.c: Added code to utrace_attach the client process and
	used that catch the report_clone resulting from fork() and
	utrace_attach()ing the resultant child proc.  The result of all
	this is that executable files can be attached when started,
	equivalent to PTRACE_TRACEME.
	* froggy-test.c: Added code to test the above.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/ChangeLog.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/README.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy-test.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/froggy/froggy.h.diff?cvsroot=systemtap&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]