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 elaborate.cxx translate.cxx


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	brolley@sourceware.org	2008-03-10 18:46:14

Modified files:
	.              : ChangeLog elaborate.cxx translate.cxx 

Log message:
	2008-03-10  Dave Brolley  <brolley@redhat.com>
	
	PR5189
	* translate.cxx (probe_or_function_needs_deref_fault_handler): New member of
	c_unparser.
	(c_unparser::emit_function): Initialize probe_or_function_needs_deref_fault_handler.
	Check it after the body is visited and generate a deref fault handler if necessary.
	(c_unparser::emit_probe): Likewise.
	(c_unparser::visit_print_format): Correct the compoenent type for an overridden string
	literal.  Generate code to check that pointer arguments to %m can be dereferenced.
	Generate casts for printf arguments as necessary.
	* elaborate.cxx (typeresolution_info::visit_print_format): Desired type for conv_memory
	is pe_long.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.804&r2=1.805
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.98&r2=1.99
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.195&r2=1.196


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