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]

src ./main.cxx ./buildrun.cxx ./buildrun.h ./C ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	kenistoj@sourceware.org	2007-11-13 21:57:21

Modified files:
	.              : main.cxx buildrun.cxx buildrun.h ChangeLog 
	runtime/uprobes: Makefile 

Log message:
	PR 5270
	* main.cxx: Restored pre-10-08 version: moved uprobes build to
	buildrun.cxx.
	* buildrun.cxx: Reworked uprobes build so that the resulting
	Module.symvers can be used in building the stap-generated
	module.  If user isn't root, call verify_uprobes_uptodate()
	rather than trying (and failing) to rebuild uprobes.ko.
	* buildrun.h: uprobes_enabled() and make_uprobes() are no
	longer extern.
	* runtime/uprobes/Makefile: Added uprobes.ko target for use
	by verify_uprobes_uptodate().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.h.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.713&r2=1.714
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/Makefile.diff?cvsroot=systemtap&r1=1.1&r2=1.2


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