public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: frysk-core/frysk/util/ChangeLog
Date: Fri, 25 Jan 2008 15:39:00 -0000	[thread overview]
Message-ID: <20080125153918.26387.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  250894aaeaa2cfdd1dcacb38bd94991e857eb8ee (commit)
      from  2b961a0c0eb9539d3727f32cb7403a3e06e0c449 (commit)

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

- Log -----------------------------------------------------------------
commit 250894aaeaa2cfdd1dcacb38bd94991e857eb8ee
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date:   Fri Jan 25 10:38:57 2008 -0500

    frysk-core/frysk/util/ChangeLog
    2008-01-25  Andrew Cagney  <cagney@redhat.com>
    
    	* TestCoredumpAction.java (testElfCoreHeader()): Fetch the ISA
    	from a blocked task.

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

Summary of changes:
 frysk-core/frysk/util/ChangeLog               |    5 +++++
 frysk-core/frysk/util/TestCoredumpAction.java |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/util/ChangeLog b/frysk-core/frysk/util/ChangeLog
index 4a578ed..2a86a23 100644
--- a/frysk-core/frysk/util/ChangeLog
+++ b/frysk-core/frysk/util/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-25  Andrew Cagney  <cagney@redhat.com>
+
+	* TestCoredumpAction.java (testElfCoreHeader()): Fetch the ISA
+	from a blocked task.
+
 2008-01-24  Andrew Cagney  <cagney@redhat.com>
 
 	* TestFCatch.java: Update to match
diff --git a/frysk-core/frysk/util/TestCoredumpAction.java b/frysk-core/frysk/util/TestCoredumpAction.java
index 12c3e4d..50ae655 100644
--- a/frysk-core/frysk/util/TestCoredumpAction.java
+++ b/frysk-core/frysk/util/TestCoredumpAction.java
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2006, 2007, Red Hat Inc.
+// Copyright 2006, 2007, 2008, Red Hat Inc.
 //
 // FRYSK is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by
@@ -84,13 +84,13 @@ public class TestCoredumpAction
   {
 
 
-    Proc ackProc = giveMeAProc();
+    Proc ackProc = giveMeABlockedProc();
+    ISA isa = getISA(ackProc);
     String coreFileName = constructCore(ackProc);
     File testCore = new File(coreFileName);
     assertTrue("Checking core file " + coreFileName + " exists.",
                testCore.exists());
 
-    ISA isa = getISA(ackProc);
     ByteOrder order = isa.order();
 
     Elf local_elf = getElf(coreFileName);


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


                 reply	other threads:[~2008-01-25 15:39 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=20080125153918.26387.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).