From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7574 invoked by alias); 15 Aug 2007 11:08:20 -0000 Received: (qmail 6888 invoked by uid 48); 15 Aug 2007 11:08:07 -0000 Date: Wed, 15 Aug 2007 11:08:00 -0000 Message-ID: <20070815110807.6887.qmail@sourceware.org> From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070803122627.4889.pmachata@redhat.com> References: <20070803122627.4889.pmachata@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4889] adding new codeObserver in updateHit causes java.lang.IllegalStateException: Already stepping X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00295.txt.bz2 List-Id: ------- Additional Comments From mark at klomp dot org 2007-08-15 11:08 ------- Fixed by: frysk-core/frysk/proc/ChangeLog 2007-08-15 Mark Wielaard * getSetupAddress (getSetupAddress): New method. (stepAbort): Likewise. * TestTaskObserverCode.java (testCodeSignalInterrupt): Enable test. (testInstallCodeDuringCode): Likewise. (Symbol): New static helper class. (getGlobalLabelAddress): New helper method. (breakTest): New test harness for funit-raise. (testBreakDivZero): New test based on breakTest. (testBreakIllegalAddress): Likewise. (testBreakIllegalInstruction): Likewise. (testBreakSignalTerminate): Likewise. (testBreakSignalIgnore): Likewise. (AttachedObserver.task): New field. (updateAttached): Set task field. (TerminatingObserver.task): New field. (TerminatingObserver.signal): Likewise. (TerminatingObserver.value): Likewise. (TerminatingObserver.updateTerminating): Set new fields. frysk-core/frysk/proc/live/ChangeLog 2007-08-15 Mark Wielaard * LinuxTaskState.java (Stepping.handleTrappedpEvent): Always check steppingBreakpoint. (checkBreakpointStepping): New helper method. (handleSignaledEvent): Use checkBreakpointStepping before continuing. (handleStoppedEvent): Likewise. frysk-core/frysk/pkglibdir/ChangeLog 2007-08-15 Mark Wielaard * funit-raise.S: New test. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=4889 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.