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
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.
Fixed by #1 Changelog