From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22844 invoked by alias); 2 Apr 2008 09:33:47 -0000 Received: (qmail 22781 invoked by uid 9112); 2 Apr 2008 09:33:35 -0000 Date: Wed, 02 Apr 2008 09:33:00 -0000 Message-ID: <20080402093335.22766.qmail@sourceware.org> From: mark@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Remove comment in TestLibFunctionStepFrame about fixed SteppingEngine bug. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 308142e84ff6151b8eff0d37b40aa5634f120981 X-Git-Newrev: 01599825dd70ecd7ddaf5024197ed355f66bbcb0 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00018.txt.bz2 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 Date: Wed Apr 2 11:29:03 2008 +0200 Remove comment in TestLibFunctionStepFrame about fixed SteppingEngine bug. 2008-04-02 Mark Wielaard * 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 + + * 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 * 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