Bug 5558

Summary: testcase watch address and range
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1625    

Description Phil Muldoon 2008-01-09 11:24:55 UTC
Write low level watchpoint test case (watch address/range)
Comment 1 Phil Muldoon 2008-06-09 07:22:25 UTC
2008-03-28  Phil Muldoon <pmuldoon@redhat.com>

        * Watchpoint.java: New. Initial Implementation.
        * WatchpointFactory.java: Ditto.
        * IA32Watchpoint.java: Ditto.
        * X8664Watchpoint.java: Ditto.
        * TestWatchpoint.java: Ditto.
        * package.html: Ditto.

	
2008-04-15  Phil Muldoon  <pmuldoon@redhat.com>
	
	* TestTaskObserverWatchpoint.java (testWatchpointActionContinue): Reset
	expected hit count to 1.

2008-04-14  Phil Muldoon  <pmuldoon@redhat.com>

	* TestTaskObserverWatchpoint.java (testRunningAndReadOnlyWatchpoint): New.
	(testWatchpointActionContinue): Change hit.code to 2,(test above adds another hit).

2008-04-10  Phil Muldoon  <pmuldoon@redhat.com>

	* TestTaskObserverWatchpoint.java (testAddthenDeleteWatchpoint): New Test.
	(testWatchpointActionContinue): Ditto..
	(WatchObserver.setBlock): New. Set blocking strategy.
	(FailingWatchObserver): New Class.
	(OkToTerminateObserver): New Class.

2008-04-09  Phil Muldoon  <pmuldoon@redhat.com>

	* TestTaskObserverWatchpoint.java: New.
	(testSteppingInstructionAndWatchpoint): New test.
	(testRunningAndWatchpoint): Moved and rewritten
	from -> isa/watchpoints/TestWatchpoint. testWatchpointTrigger.