This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Remove comment in TestLibFunctionStepFrame about fixed SteppingEngine bug.


The branch, master has been updated
       via  01599825dd70ecd7ddaf5024197ed355f66bbcb0 (commit)
      from  308142e84ff6151b8eff0d37b40aa5634f120981 (commit)

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

- Log -----------------------------------------------------------------
commit 01599825dd70ecd7ddaf5024197ed355f66bbcb0
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Wed Apr 2 11:29:03 2008 +0200

    Remove comment in TestLibFunctionStepFrame about fixed SteppingEngine bug.
    
    2008-04-02  Mark Wielaard  <mwielaard@redhat.com>
    
            * TestLibFunctionStepFrame.java: Remove comment about
            SteppingEngine not working with plt entry stepping.
            The issue was fixed with the patch for bug #5907.

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

Summary of changes:
 frysk-core/frysk/stack/ChangeLog                   |    6 ++++++
 .../frysk/stack/TestLibFunctionStepFrame.java      |    4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/stack/ChangeLog b/frysk-core/frysk/stack/ChangeLog
index 9153e2c..197820c 100644
--- a/frysk-core/frysk/stack/ChangeLog
+++ b/frysk-core/frysk/stack/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-02  Mark Wielaard  <mwielaard@redhat.com>
+
+	* TestLibFunctionStepFrame.java: Remove comment about
+	SteppingEngine not working with plt entry stepping.
+	The issue was fixed with the patch for bug #5907.
+
 2008-04-01  Andrew Cagney  <cagney@redhat.com>
 
 	* StackFactory.java: Update to match PrintStackOptions.
diff --git a/frysk-core/frysk/stack/TestLibFunctionStepFrame.java b/frysk-core/frysk/stack/TestLibFunctionStepFrame.java
index f052830..329dc4b 100644
--- a/frysk-core/frysk/stack/TestLibFunctionStepFrame.java
+++ b/frysk-core/frysk/stack/TestLibFunctionStepFrame.java
@@ -57,9 +57,7 @@ import lib.dwfl.ElfSymbol;
  * function are outer frames (in that order) of the inner frame.
  *
  * Note this checks the low level (libunwind) frames walking.  It
- * doesn't test anything at a higher level or with the SteppingEngine
- * (currently the SteppingEngine tries to explicitly step through the
- * plt entries even when instruction stepping).
+ * doesn't test anything at a higher level or with the SteppingEngine.
  */
 public class TestLibFunctionStepFrame
   extends TestLib


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]