Bug 5562 - Write Debug Status Register Builder
Summary: Write Debug Status Register Builder
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:30 UTC by Phil Muldoon
Modified: 2008-06-09 07:31 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:30:19 UTC
Write Debug Status Register Builder that reads the Debug Status Register bit
patterns and builds an event profile. Builder might not be the right pattern here
Comment 1 Phil Muldoon 2008-06-09 07:30:41 UTC
2008-04-03  Phil Muldoon  <pmuldoon@redhat.com>

	* WatchpointFunctions.java (readStatusRegister): Declare.
	(readControlRegister): Reduce scope to protected.
	* IA32WatchpointFunctions.java (readStatusRegister): Implement.
	(hasWatchpointTriggered): Use readStatusRegister.
	(deleteWatchpoint): Use readControlRegister.
	(readWatchpoint): Ditto.
	(setWatchpoint): Ditto. 
	* X8664WatchpointFunctions.java (readStatusRegister): Ditto.
	(hasWatchpointTriggered):  use readStatusRegister.
	(deleteWatchpoint): Use readControlRegister.
	(readWatchpoint): Ditto.
	(setWatchpoint): Ditto.
Comment 2 Phil Muldoon 2008-06-09 07:31:03 UTC
Fixed by #1 Changelog