public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: pmuldoon@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Change commandline option names. Add VDSO check
Date: Tue, 26 Feb 2008 18:59:00 -0000	[thread overview]
Message-ID: <20080226185936.13225.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  4124bcd68eec6a7f0765153b6b4f61b43a664385 (commit)
      from  5ce6003ba22a6106161962b9935bc746f5ee69ca (commit)

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

- Log -----------------------------------------------------------------
commit 4124bcd68eec6a7f0765153b6b4f61b43a664385
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Tue Feb 26 18:58:34 2008 +0000

    Change commandline option names. Add VDSO check
    
    2008-02-26  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* LinuxElfCorefile.java (buildMap): Add vdso test.
    	* Changelog: Fix previous error.
    
    2008-02-26  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* fcore.java (addOptions): Rename to
    	option to stackonly
    	* fcore.xml: Ditto.

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

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog                  |    6 ++++++
 frysk-core/frysk/bindir/fcore.java                 |    2 +-
 frysk-core/frysk/bindir/fcore.xml                  |    2 +-
 frysk-core/frysk/isa/corefiles/ChangeLog           |    8 ++++++--
 .../frysk/isa/corefiles/LinuxElfCorefile.java      |    2 +-
 5 files changed, 15 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index abdd757..ffad219 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-26  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* fcore.java (addOptions): Rename to 
+	option to stackonly
+	* fcore.xml: Ditto.
+
 2008-02-26  Teresa Thomas  <tthomas@redhat.com>
 
 	* fcore.java: Refactor to use ProcStopUtil.
diff --git a/frysk-core/frysk/bindir/fcore.java b/frysk-core/frysk/bindir/fcore.java
index eada166..4c8827a 100644
--- a/frysk-core/frysk/bindir/fcore.java
+++ b/frysk-core/frysk/bindir/fcore.java
@@ -81,7 +81,7 @@ public class fcore
      */
     private static void addOptions (ProcStopUtil fcore)
     {
-	fcore.addOption(new Option("stack", 's',
+	fcore.addOption(new Option("stackonly", 's',
 		                   " Writes only stack segment, and elides all"
 		                 + " other maps.")
 	{
diff --git a/frysk-core/frysk/bindir/fcore.xml b/frysk-core/frysk/bindir/fcore.xml
index 04ca062..407db94 100644
--- a/frysk-core/frysk/bindir/fcore.xml
+++ b/frysk-core/frysk/bindir/fcore.xml
@@ -107,7 +107,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-	<term><option>-s, -stack</option></term>
+	<term><option>-s, -stackonly</option></term>
 	<listitem>
           <para> Writes only the stack segment. Elide all other segments. </para>
         </listitem>
diff --git a/frysk-core/frysk/isa/corefiles/ChangeLog b/frysk-core/frysk/isa/corefiles/ChangeLog
index 4bef327..2381e1c 100644
--- a/frysk-core/frysk/isa/corefiles/ChangeLog
+++ b/frysk-core/frysk/isa/corefiles/ChangeLog
@@ -1,11 +1,15 @@
-2008-02-19  Andrew Cagney  <cagney@redhat.com>
+2008-02-26  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* LinuxElfCorefile.java (buildMap): Add vdso test.
+	* Changelog: Fix previous error.
 
+2008-02-19  Phil Muldoon  <pmuldoon@redhat.com>
 	* LinuxElfCorefile.java (buildMap): Add stackOnly
 	logic test.
 	(setStackOnly): New.
 
-2008-02-19  Phil Muldoon  <pmuldoon@redhat.com>
 
+2008-02-19  Andrew Cagney  <cagney@redhat.com>
 	* IA32LinuxElfCorefile.java: Update to match lib.dwfl.
 	* X8664LinuxElfCorefile.java: Ditto.
 	* PPC64LinuxElfCorefile.java: Ditto.
diff --git a/frysk-core/frysk/isa/corefiles/LinuxElfCorefile.java b/frysk-core/frysk/isa/corefiles/LinuxElfCorefile.java
index c142874..9999d52 100644
--- a/frysk-core/frysk/isa/corefiles/LinuxElfCorefile.java
+++ b/frysk-core/frysk/isa/corefiles/LinuxElfCorefile.java
@@ -524,7 +524,7 @@ public abstract class LinuxElfCorefile {
 		}
 
 		if (stackOnly) {
-		    if (sfilename.equals("[stack]"))
+		    if (sfilename.equals("[stack]") || sfilename.equals("[vdso]"))
 			writeMap = true;
 		    else
 			writeMap = false;


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


                 reply	other threads:[~2008-02-26 18:59 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=20080226185936.13225.qmail@sourceware.org \
    --to=pmuldoon@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).