Bug 5558 - testcase watch address and range
Summary: testcase watch address and range
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1625
  Show dependency treegraph
 
Reported: 2008-01-09 11:24 UTC by Phil Muldoon
Modified: 2008-06-09 07:22 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 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.