Bug 5567 - Add ISA specific functions to set debug registers via debug register proxy
Summary: Add ISA specific functions to set debug registers via debug register proxy
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1625
  Show dependency treegraph
 
Reported: 2008-01-09 11:37 UTC by Phil Muldoon
Modified: 2008-06-09 08:06 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: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.