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 ChangeLog parse.cxx staptree.cxx staptree. ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-11-12 21:55:54

Modified files:
	.              : ChangeLog parse.cxx staptree.cxx staptree.h 
	                 translate.cxx 

Log message:
	2007-11-12  Martin Hunt  <hunt@redhat.com>
	
	* translate.cxx (visit_print_format): Strings without a format or
	formatted with "%s" or "%s\n" should be printed with calls to _stp_print().
	Call _stp_print_char() if printing a char.
	
	* staptree.cxx (parse_print): Check for "print_char".
	
	* staptree.h (struct print_format): Add print_char.
	(parse_print): Update prototype.
	
	* parse.cxx (parse_symbol): Set print_char bool in print_format.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.711&r2=1.712
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.187&r2=1.188


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