Bug 6448 - Stepping between two breakpoints fail
Summary: Stepping between two breakpoints fail
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 3346
  Show dependency treegraph
 
Reported: 2008-04-23 15:35 UTC by Teresa Thomas
Modified: 2008-04-23 18:20 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Teresa Thomas 2008-04-23 15:35:40 UTC
 
Comment 1 Teresa Thomas 2008-04-23 18:20:38 UTC
Fixed and test added.

==============================================================
    Use SteppingEngine.blockedByActionpoint for breakpoints.
    
    frysk-core/frysk/rt/ChangeLog:
    2008-04-23  Teresa Thomas  <tthomas@redhat.com>
    
    	* Breakpoint.java (updateHit):
    	Use SteppingEngine.blockedByActionpoint.

    Add test for stepping between two breakpoints.
    
    frysk-core/frysk/hpd/ChangeLog:
    2008-04-23  Teresa Thomas  <tthomas@redhat.com>
    
    	* TestBreakpoints.java (testBreakWithStepping): New.