public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: frysk-core/frysk debuginfo/ChangeLog debuginfo ...
Date: Fri, 12 Oct 2007 21:53:00 -0000	[thread overview]
Message-ID: <20071012215305.26224.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-10-12 21:53:05

Modified files:
	frysk/debuginfo: ChangeLog DebugInfo.java 
	                 DebugInfoEvaluator.java 
	frysk/expr     : CExprAnnotator.g CExprEvaluator.g ChangeLog 
	                 ExprSymTab.java 
	frysk/hpd      : BreakpointCommand.java CLI.java ChangeLog 
	                 DisassembleCommand.java ExamineCommand.java 
	                 ListCommand.java PlocationCommand.java 
	                 PrintCommand.java PtypeCommand.java 
	                 WhatCommand.java 
	frysk/rt       : ChangeLog DisplayValue.java 

Log message:
	Index: frysk-core/frysk/debuginfo/ChangeLog
	2007-10-12  Andrew Cagney  <cagney@redhat.com>
	
	* DebugInfo.java: Update; do not throw NameNotFoundException.  Do
	not use CExprAnnotator.
	* DebugInfoEvaluator.java: Ditto.
	
	Index: frysk-core/frysk/expr/ChangeLog
	2007-10-12  Andrew Cagney  <cagney@redhat.com>
	
	* ExprSymTab.java (getValue(String)): Do not throw
	NameNotFoundException.
	(getVariable(String)): Ditto.
	(getValueFIXME(String)): Ditto.
	* CExprEvaluator.g: Ditto; ditto for OperationNotDefinedException
	and InvalidOperatorException.
	* CExprAnnotator.g: Ditto.
	
	Index: frysk-core/frysk/hpd/ChangeLog
	2007-10-12  Andrew Cagney  <cagney@redhat.com>
	
	* CLI.java: Do not catch, throw, or ignore NameNotFoundException.
	* BreakpointCommand.java: Ditto.
	* ListCommand.java: Ditto.
	* ExamineCommand.java: Ditto.
	* DisassembleCommand.java: Ditto.
	* PlocationCommand.java: Ditto.
	* PrintCommand.java: Ditto.
	* PtypeCommand.java: Ditto.
	* WhatCommand.java: Ditto.
	
	Index: frysk-core/frysk/rt/ChangeLog
	2007-10-12  Andrew Cagney  <cagney@redhat.com>
	
	* DisplayValue.java: Update; catch RuntimeException instead of
	NameNotFoundException.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/ChangeLog.diff?cvsroot=frysk&r1=1.213&r2=1.214
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfo.java.diff?cvsroot=frysk&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/debuginfo/DebugInfoEvaluator.java.diff?cvsroot=frysk&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CExprAnnotator.g.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/CExprEvaluator.g.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/ChangeLog.diff?cvsroot=frysk&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/expr/ExprSymTab.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/BreakpointCommand.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/DisassembleCommand.java.diff?cvsroot=frysk&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ExamineCommand.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ListCommand.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/PlocationCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/PrintCommand.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/PtypeCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/WhatCommand.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.362&r2=1.363
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/DisplayValue.java.diff?cvsroot=frysk&r1=1.15&r2=1.16


             reply	other threads:[~2007-10-12 21:53 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-12 21:53 cagney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-19 18:24 cagney
2007-10-18  2:45 cagney
2007-10-17 22:10 cagney
2007-10-14 16:49 cagney
2007-10-14 15:23 cagney
2007-10-12 15:35 cagney
2007-10-10  3:07 cagney
2007-10-04 13:36 swagiaal
2007-10-03 20:25 cagney
2007-10-03 18:19 cagney
2007-10-03  2:26 cagney
2007-09-18 16:08 swagiaal
2007-09-13 18:25 swagiaal
2007-09-10 18:08 swagiaal
2007-09-07  0:00 cagney
2007-09-06 20:48 cagney
2007-09-06 14:26 cagney
2007-09-06  4:31 cagney
2007-09-06  3:19 cagney
2007-09-05 17:30 cagney
2007-09-05 15:09 cagney
2007-09-04 14:04 cagney
2007-08-31 22:47 cagney
2007-08-31 21:03 swagiaal
2007-08-31 19:33 cagney
2007-08-31 13:26 cagney
2007-08-31  2:25 cagney
2007-08-31  2:10 cagney
2007-08-31  1:57 cagney
2007-08-29 21:53 cagney
2007-08-29 20:31 swagiaal
2007-08-29 19:24 cagney
2007-08-29 18:45 swagiaal
2007-08-27 22:49 cagney
2007-08-24 15:28 cagney
2007-08-24 13:52 scox
2007-08-23 19:34 cagney
2007-08-22 13:34 cagney
2007-08-22  1:55 cagney
2007-08-21 20:22 scox
2007-08-21 19:56 swagiaal
2007-08-21  0:07 cagney
2007-08-20 16:12 cagney
2007-08-13 23:42 cagney
2007-08-10 18:02 scox
2007-08-10 15:38 swagiaal
2007-08-02 19:00 scox
2007-08-01 18:24 swagiaal
2007-07-31 21:39 swagiaal
2007-07-27 16:06 swagiaal
2007-07-09 16:01 scox
2007-07-09 14:51 cagney
2007-06-22 15:07 swagiaal
2007-06-12 11:33 swagiaal
2007-05-29 19:59 swagiaal

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=20071012215305.26224.qmail@sourceware.org \
    --to=cagney@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).