Summary: | Add ISA specific functions to set debug registers via debug register proxy | ||
---|---|---|---|
Product: | frysk | Reporter: | Phil Muldoon <pmuldoon> |
Component: | general | Assignee: | 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
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. |