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/runtime/staprun ChangeLog common.c ctl.c m ...


CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-08-13 15:35:33

Modified files:
	runtime/staprun: ChangeLog common.c ctl.c mainloop.c staprun.c 
	                 staprun.h staprun_funcs.c symbols.c 

Log message:
	2007-08-13  Martin Hunt  <hunt@redhat.com>
	
	* common.c (send_request): Moved here frommainloop.c.
	
	* ctl.c (read_buffer_info): Moved to mainloop.c
	
	* mainloop.c (read_buffer_info): Moved from ctl.c.
	(init_stapio): Call read_buffer_info().
	(stp_main_loop): Removed STP_MODULE and STP_SYMBOLS.
	
	* staprun.c (main): Call handle_symbols.
	
	* staprun_funcs.c (handle_symbols): Send symbols and
	modules info.
	
	* symbols.c (do_module): After sending all modules,
	send a null message to indicate we are finished.
	(ALL): replace cleanup_and_exit calls with exit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.38&r2=1.25.2.39
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/common.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.1.2.15&r2=1.1.2.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ctl.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.5.2.4&r2=1.5.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/mainloop.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.11.2.9&r2=1.11.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.26&r2=1.3.2.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.h.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.6.2.13&r2=1.6.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun_funcs.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.1.2.12&r2=1.1.2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/symbols.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.5.2.4&r2=1.5.2.5


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