public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: swagiaal@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: swagiaal: Updated CurrentStackView to pass boolean argument to Frame.toPrint().
Date: Mon, 26 Nov 2007 17:40:00 -0000	[thread overview]
Message-ID: <20071126174059.12987.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  44b5364cebf74aa00bf173ecc90ae6e1e874e7df (commit)
      from  135c45a136420c58d54870c399082358a6446e3d (commit)

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

- Log -----------------------------------------------------------------
commit 44b5364cebf74aa00bf173ecc90ae6e1e874e7df
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Mon Nov 26 12:36:09 2007 -0500

    swagiaal: Updated CurrentStackView to pass boolean argument to Frame.toPrint().
    
    frysk-gui/frysk/gui/srcwin/ChangeLog
    +2007-11-26  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       Added a boolean for printing source     libraries to Frame.toPrint().
    +       * CurrentStackView.java (appendRows): Updated.
    +

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

Summary of changes:
 frysk-gui/frysk/gui/srcwin/ChangeLog             |    5 +++++
 frysk-gui/frysk/gui/srcwin/CurrentStackView.java |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-gui/frysk/gui/srcwin/ChangeLog b/frysk-gui/frysk/gui/srcwin/ChangeLog
index a65e876..e751ce4 100644
--- a/frysk-gui/frysk/gui/srcwin/ChangeLog
+++ b/frysk-gui/frysk/gui/srcwin/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-26  Sami Wagiaalla  <swagiaal@redhat.com>
+
+	Added a boolean for printing source	libraries to Frame.toPrint().
+	* CurrentStackView.java (appendRows): Updated.
+
 2007-10-28  Andrew Cagney  <cagney@redhat.com>
 
 	* SourceView.java: Catch RuntimeException instead of
diff --git a/frysk-gui/frysk/gui/srcwin/CurrentStackView.java b/frysk-gui/frysk/gui/srcwin/CurrentStackView.java
index 92b3918..64ff2da 100644
--- a/frysk-gui/frysk/gui/srcwin/CurrentStackView.java
+++ b/frysk-gui/frysk/gui/srcwin/CurrentStackView.java
@@ -196,7 +196,7 @@ public class CurrentStackView
 
 	    StringWriter stringWriter = new StringWriter();
 	    stringWriter.write("# " + (++level) + " ");
-	    frame.toPrint(new PrintWriter(stringWriter),true);
+	    frame.toPrint(new PrintWriter(stringWriter),true,true);
 	    row = stringWriter.toString();
 	    
 	    if (hasInlinedCode)
@@ -315,7 +315,7 @@ public class CurrentStackView
 
 		StringWriter stringWriter = new StringWriter();
 		stringWriter.write(row = "# " + (++level) + " ");
-		frame.toPrint(new PrintWriter(stringWriter),true);
+		frame.toPrint(new PrintWriter(stringWriter),true,true);
 		row = stringWriter.toString();
 		
 		if (hasInlinedCode)


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


                 reply	other threads:[~2007-11-26 17:40 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=20071126174059.12987.qmail@sourceware.org \
    --to=swagiaal@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).