Bug 6596 - Add method to determine minimum watchpoint size per architecture
Summary: Add method to determine minimum watchpoint size per architecture
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-06-05 14:24 UTC by Phil Muldoon
Modified: 2008-07-04 15:07 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-06-05 14:24:00 UTC
This might change per ISA and a method needs to be added to the factory to
determine this.
Comment 1 Phil Muldoon 2008-07-04 15:07:05 UTC
2008-06-24  Phil Muldoon  <pmuldoon@redhat.com>

        * WatchpointFunctions.java (getWatchpointMinLength): Really
        return the minimum length.

2008-06-05  Phil Muldoon  <pmuldoon@redhat.com>

        * WatchpointFunctions.java (getWatchpointMinLength): New.
        * IA32WatchpointFunctions.java (IA32WatchpointFunctions): Set minimum size.
        * X8664WatchpointFunctions.java (X8664WatchpointFunctions): Ditto.
        * TestWatchpoint.java (testGetMaxWatchpointSize): New.
        (testGetMinWatchpointSize): New.