public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog parse.cxx staptree.cxx staptree. ...
@ 2007-11-12 21:55 hunt
  0 siblings, 0 replies; 2+ messages in thread
From: hunt @ 2007-11-12 21:55 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* src ChangeLog parse.cxx staptree.cxx staptree. ...
@ 2006-12-22  2:34 jistone
  0 siblings, 0 replies; 2+ messages in thread
From: jistone @ 2006-12-22  2:34 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	jistone@sourceware.org	2006-12-22 02:34:05

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

Log message:
	2006-12-21  Josh Stone  <joshua.i.stone@intel.com>
	
	PR 3671
	* parse.cxx (parser::parse_global): Allow a maxsize on global arrays.
	* staptree.h (struct vardecl): Add the maxsize field.
	* staptree.cxx (vardecl::vardecl): Init. maxsize.
	(vardecl::set_arity): Don't allow arity 0 when there's a maxsize.
	(vardecl::compatible_arity): Ditto.
	(vardecl::print): Include maxsize in output.
	(target_symbol::print): Ditto.
	* translate.cxx (struct mapvar, mapvar::mapvar): Add maxsize.
	(mapvar::init): Init maps with the given maxsize if specified, else
	keep using MAXMAPENTRIES.
	(mapvar::set): Make the error message give the maxsize.
	(mapvar::add): Ditto, and check for overflow on pmap add.
	(c_unparser::getmap): Pass the maxsize from the vardecl to mapvar.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.528&r2=1.529
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.147&r2=1.148


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-12 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-12 21:55 src ChangeLog parse.cxx staptree.cxx staptree. hunt
  -- strict thread matches above, loose matches on Subject: below --
2006-12-22  2:34 jistone

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).