Bug 5567

Summary: Add ISA specific functions to set debug registers via debug register proxy
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Phil Muldoon <pmuldoon>
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:37:27 UTC
Ie debug register proxy sets at a high level an address and a range. It is the
purpose of the ISA specific function to translate this into the format expected
by the architecture
Comment 1 Phil Muldoon 2008-06-09 08:06:07 UTC
2008-04-02  Phil Muldoon  <pmuldoon@redhat.com>

	* Watchpoint.java: Refactor to WatchpointFunctions.java
	* IA32Watchpoint.java: Refactor to IA32WatchpointFunctions.java
	* X8664Watchpoint.java: Refactor to X8664WatchpointFunctions.java
	* WatchpointFactory.java: Refactor to WatchpointFunctionFactory.javs
	* TestWatchpoints.java: Update.

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

	* Watchpoint.java (hasWatchpointTriggered): Define.
	* IA32Watchpoint.java (hasWatchpointTriggered): Implement.
	* X8664Watchpoint.java (hasWatchpointTriggered): Ditto.

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.