Bug 6512 - Add function to provide the max length a debug register can watch
Summary: Add function to provide the max length a debug register can watch
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-05-13 14:47 UTC by Teresa Thomas
Modified: 2008-05-20 08:44 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 Teresa Thomas 2008-05-13 14:47:50 UTC
(Architecture dependent)
Comment 1 Phil Muldoon 2008-05-20 08:44:33 UTC
commit 2b063520b309b9ddcefbc3835c876089adbbd44c
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Thu May 15 09:41:32 2008 +0100

    Add function to get the maximum length of a single watchpoint, in a single
register, per architecture.
    
    2008-05-15  Phil Muldoon  <pmuldoon@redhat.com>
    
            * WatchpointFunctions.java (getWatchpointMaxLength): New.
            (watchpointMaxLength): New.
            * IA32WatchpointFunctions.java (IA32WatchpointFunctions): Define
            maximum watchpoint length in a single register.
            * X8664WatchpointFunctions.java (X8664WatchpointFunctions): Ditto.