public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* accidential frysk.rt.TestFrame change?
@ 2007-05-11 11:47 Andrew Cagney
  2007-05-11 15:38 ` Sami Wagiaalla
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2007-05-11 11:47 UTC (permalink / raw)
  To: Sami Wagiaalla; +Cc: frysk

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Sami,

I committed the below.  I'm guessing it was an accidental commit?

Andrew


[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1379 bytes --]

Index: frysk-core/frysk/rt/ChangeLog
2007-05-10  Andrew Cagney  <cagney@redhat.com>

	* TestFrame.java (backtrace): Revert Sami Wagiaalla's accidental
	commit.

Index: frysk-core/frysk/rt/TestFrame.java
===================================================================
RCS file: /cvs/frysk/frysk-core/frysk/rt/TestFrame.java,v
retrieving revision 1.11
diff -p -u -r1.11 TestFrame.java
--- frysk-core/frysk/rt/TestFrame.java	9 May 2007 20:47:47 -0000	1.11
+++ frysk-core/frysk/rt/TestFrame.java	10 May 2007 23:40:36 -0000
@@ -90,29 +90,14 @@ public class TestFrame
     assertRunUntilStop("Attach to process");
     
     Frame frame = StackFactory.createFrame(task);
-    System.out.println("TestFrame.backtrace()");
-    
+ 
     while (frame != null)
       {
-	
-	Line[] lines = frame.getLines();
-	System.out.println("TestFrame.backtrace() lines.length " + lines.length);
-	for (int i = 0; i < lines.length; i++)
-	      {
-		Line line = lines[i];
-		System.out.println("> " + line.getDOMSource().
-		                   getLine(line.
-		                           getLine())
-		                           .getText());
-	      }
-	    
      // System.err.println(frame.cursor.getProcName(100).name);
       logger.log(Level.FINE, "testAttached, frame name: {0}\n", 
                  frame.getProcName());
       frame = frame.getOuter();
-      
     } 
-    
   }
   
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: accidential frysk.rt.TestFrame change?
  2007-05-11 11:47 accidential frysk.rt.TestFrame change? Andrew Cagney
@ 2007-05-11 15:38 ` Sami Wagiaalla
  0 siblings, 0 replies; 2+ messages in thread
From: Sami Wagiaalla @ 2007-05-11 15:38 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: frysk

Andrew Cagney wrote:
> I committed the below.
Thank you.
>   I'm guessing it was an accidental commit?
Yes it was, i was figuring out the code and what it can do. My apologies :)
>
> Andrew
>
> ------------------------------------------------------------------------
>
> Index: frysk-core/frysk/rt/ChangeLog
> 2007-05-10  Andrew Cagney  <cagney@redhat.com>
>
> 	* TestFrame.java (backtrace): Revert Sami Wagiaalla's accidental
> 	commit.
>
> Index: frysk-core/frysk/rt/TestFrame.java
> ===================================================================
> RCS file: /cvs/frysk/frysk-core/frysk/rt/TestFrame.java,v
> retrieving revision 1.11
> diff -p -u -r1.11 TestFrame.java
> --- frysk-core/frysk/rt/TestFrame.java	9 May 2007 20:47:47 -0000	1.11
> +++ frysk-core/frysk/rt/TestFrame.java	10 May 2007 23:40:36 -0000
> @@ -90,29 +90,14 @@ public class TestFrame
>      assertRunUntilStop("Attach to process");
>      
>      Frame frame = StackFactory.createFrame(task);
> -    System.out.println("TestFrame.backtrace()");
> -    
> + 
>      while (frame != null)
>        {
> -	
> -	Line[] lines = frame.getLines();
> -	System.out.println("TestFrame.backtrace() lines.length " + lines.length);
> -	for (int i = 0; i < lines.length; i++)
> -	      {
> -		Line line = lines[i];
> -		System.out.println("> " + line.getDOMSource().
> -		                   getLine(line.
> -		                           getLine())
> -		                           .getText());
> -	      }
> -	    
>       // System.err.println(frame.cursor.getProcName(100).name);
>        logger.log(Level.FINE, "testAttached, frame name: {0}\n", 
>                   frame.getProcName());
>        frame = frame.getOuter();
> -      
>      } 
> -    
>    }
>    
>  }
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-11 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-11 11:47 accidential frysk.rt.TestFrame change? Andrew Cagney
2007-05-11 15:38 ` Sami Wagiaalla

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).