public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: scox@sourceware.org
To: frysk-cvs@sourceware.org
Subject: frysk-core ./ChangeLog ./Makefile.gen.sh ./ant ...
Date: Wed, 26 Sep 2007 01:20:00 -0000	[thread overview]
Message-ID: <20070926012010.21884.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	scox@sourceware.org	2007-09-26 01:20:10

Modified files:
	.              : ChangeLog Makefile.gen.sh antlr-warnings.awk 
	frysk/debuginfo: ChangeLog DebugInfo.java 
	                 DebugInfoEvaluator.java TestTypeEntry.java 
	                 TypeEntry.java Variable.java 
	frysk/expr     : CExpr.g CExprEvaluator.g ChangeLog 
	frysk/hpd      : CLI.java ChangeLog PrintCommand.java 
Added files:
	frysk/expr     : CExprAnnotator.g ExprAST.java ExprSymTab.java 
Removed files:
	frysk/expr     : CppSymTab.java 

Log message:
	* antlr-warnings.awk: Handle ExprAST warnings.
	* Makefile.gen.sh (.g): Tweak conditional dependency handling.
	* TypeEntry.java (f): Remove
	(isa): New.
	(byteorder): New.
	(TypeEntry(Isa)): New signature.  Change all callers.
	(getArrayType): Remove DebugInfoFrame parameter.  Change all callers.
	(getConfoundedType): Likewise.
	(getSubprogramValue): Likewise.
	(getType): Likewise.
	* DebugInfoEvaluator.java (getVariable): Rename from getDie.
	* DebugInfo.java (DebugInfo): Remove frameFIXME.
	(print): Allow dumping of the expression tree.	Run the CExprAnnotator.
	(printNoSymbolTable): Likewise.
	* ExprSymTab.java: Rename from CppSymTab.java.
	* ExprAST.java: New.
	* CExprAnnotator.g: New.
	* CExpr.g: Use ExprAST.java.
	* CExprEvaluator.g: Likewise.
	* PrintCommand.java (handle): Add -dump-tree option.
	* CLI.java (parseValue): Add dumpTree parameter.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/ChangeLog.diff?cvsroot=frysk&r1=1.418&r2=1.419
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.gen.sh.diff?cvsroot=frysk&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/antlr-warnings.awk.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.169&r2=1.170
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfo.java.diff?cvsroot=frysk&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfoEvaluator.java.diff?cvsroot=frysk&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TestTypeEntry.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/TypeEntry.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/Variable.java.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CExprAnnotator.g.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/ExprAST.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/ExprSymTab.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CExpr.g.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CExprEvaluator.g.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/ChangeLog.diff?cvsroot=frysk&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CppSymTab.java.diff?cvsroot=frysk&r1=1.14&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/PrintCommand.java.diff?cvsroot=frysk&r1=1.11&r2=1.12


                 reply	other threads:[~2007-09-26  1:20 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=20070926012010.21884.qmail@sourceware.org \
    --to=scox@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@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).