public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: tthomas@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Merge branch 'master' of ssh://sourceware.org/git/frysk
Date: Wed, 07 May 2008 15:23:00 -0000	[thread overview]
Message-ID: <20080507152352.18332.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  a058347d11f607149992b34bba5be94ad4cc3355 (commit)
       via  8cc70a3388b24b69a0b8459b2750ff70265ad0b4 (commit)
      from  12cea45ad5e923dce81131eab960b85d65eeb690 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit a058347d11f607149992b34bba5be94ad4cc3355
Merge: 8cc70a3388b24b69a0b8459b2750ff70265ad0b4 12cea45ad5e923dce81131eab960b85d65eeb690
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Wed May 7 11:25:02 2008 -0400

    Merge branch 'master' of ssh://sourceware.org/git/frysk

commit 8cc70a3388b24b69a0b8459b2750ff70265ad0b4
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Wed May 7 11:24:37 2008 -0400

    Fix exception message when watch set on unsupported sizes.
    
    frysk-core/frysk/isa/watchpoints/ChangeLog:
    2008-05-07  Teresa Thomas  <tthomas@redhat.com>
    
    	* IA32WatchpointFunctions.java (setWatchpoint): Fix
    	exception message.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/isa/watchpoints/ChangeLog         |    5 +++++
 .../isa/watchpoints/IA32WatchpointFunctions.java   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/isa/watchpoints/ChangeLog b/frysk-core/frysk/isa/watchpoints/ChangeLog
index be0d350..961ea10 100644
--- a/frysk-core/frysk/isa/watchpoints/ChangeLog
+++ b/frysk-core/frysk/isa/watchpoints/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-07  Teresa Thomas  <tthomas@redhat.com>
+
+	* IA32WatchpointFunctions.java (setWatchpoint): Fix
+	exception message.
+
 2008-04-09  Phil Muldoon  <pmuldoon@redhat.com>
 
 	* TestWatchpoint.java (testWatchpointTrigger): Move
diff --git a/frysk-core/frysk/isa/watchpoints/IA32WatchpointFunctions.java b/frysk-core/frysk/isa/watchpoints/IA32WatchpointFunctions.java
index 42d2fce..ce962aa 100644
--- a/frysk-core/frysk/isa/watchpoints/IA32WatchpointFunctions.java
+++ b/frysk-core/frysk/isa/watchpoints/IA32WatchpointFunctions.java
@@ -132,7 +132,7 @@ class IA32WatchpointFunctions extends WatchpointFunctions {
 	}
 	else
 	    throw new RuntimeException("Invalid size for watchpoint " +
-				       "range. Has to be 1, 2, 4 or 8");
+				       "range. Has to be 1, 2 or 4");
     }
 
 


hooks/post-receive
--
frysk system monitor/debugger


             reply	other threads:[~2008-05-07 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07 15:23 tthomas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-29 15:51 tthomas
2008-04-19  0:32 scox
2007-11-27  2:15 pzhao
2007-11-20 17:23 cagney
2007-11-08 20:57 cagney

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