public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: brolley@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: src ChangeLog NEWS elaborate.cxx elaborate.h s ...
Date: Wed, 27 Feb 2008 16:42:00 -0000	[thread overview]
Message-ID: <20080227164235.23872.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	brolley@sourceware.org	2008-02-27 16:42:35

Modified files:
	.              : ChangeLog NEWS elaborate.cxx elaborate.h 
	                 staptree.cxx staptree.h 

Log message:
	2008-02-21  Dave Brolley  <brolley@redhat.com>
	
	PR5189
	* staptree.h (print_format::conv_memory): New enumerator.
	(print_format::width_type): New enumeration.
	(print_format::precision_type): New enumeration.
	(format_component::widthtype): New member.
	(format_component::prectype): New member.
	(format_component::is_empty): Test widthtype and prectype.
	(format_component::clear): Clear widthtype and prectype.
	* staptree.cxx (print_format::components_to_string): Handle dynamic width and precision.
	Handle conv_memory.
	(print_format::string_to_components): Parse dynamic width and precision specifiers.
	Set widthtype and prectype. Parse %m format specifier.
	* elaborate.h (typeresolution_info::check_arg_type): New method.
	* elaborate.cxx (typeresolution_info::visit_print_format): Account for dynamic width
	and precision when computing the expected number of arguments. Check the types of
	arguments for dynamic width and precision. Use check_arg_type to check the types of
	all arguments. Handle print_format::conv_memory.
	(typeresolution_info::check_arg_type): New method.
	* NEWS: Describe the enhancements above.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.797&r2=1.798
http://sourceware.org/cgi-bin/cvsweb.cgi/src/NEWS.diff?cvsroot=systemtap&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.h.diff?cvsroot=systemtap&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.62&r2=1.63


                 reply	other threads:[~2008-02-27 16:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080227164235.23872.qmail@sourceware.org \
    --to=brolley@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).