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 ./parse.h testsuit ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hiramatu@sourceware.org	2007-12-03 21:30:32

Modified files:
	.              : ChangeLog parse.cxx parse.h 
	testsuite      : ChangeLog 
	testsuite/parseko: twentytwo.stp 

Log message:
	2007-12-03  Masami Hiramatsu  <mhiramat@redhat.com>
	
	PR 5376
	* parse.cxx (lexer::scan): Treat '*' as an alphabet if the wildcard
	flag is true.
	(parser::parse_probe_point): Call parser::next() with wildcard = true.
	(parser::scan_pp): Add wildcard flag and pass it to lexer::scan.
	(parser::next): Ditto.
	(parser::peek): Ditto.
	* parse.h : Ditto.
	* testsuites/perseko/twentytwo.stp: Change testcase to the wildcarded
	probe points with spaces.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.726&r2=1.727
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.h.diff?cvsroot=systemtap&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.179&r2=1.180
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/parseko/twentytwo.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3


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