Bug 6482 - Watchpoint cannot be set on double types for IA32
Summary: Watchpoint cannot be set on double types for IA32
Status: RESOLVED DUPLICATE of bug 6551
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1625
  Show dependency treegraph
 
Reported: 2008-05-05 19:19 UTC by Teresa Thomas
Modified: 2008-05-23 21:04 UTC (History)
1 user (show)

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-05 19:19:57 UTC
IA32WatchpointFunctions.setWatchpoint handles 1, 2 or 4 bytes ranges only. 

[type double on IA32 = 8 bytes]
Comment 1 Phil Muldoon 2008-05-05 21:04:03 UTC
Unfortunately one watchpoint = max of 4 bytes on IA32. I guess the thing to do
here in the client would be if length > 4 set two+ plus watchpoints. In the case
of double, one for the top half, one for the bottom half. Likely this would
trigger both watchpoints one write, but the high level would have to deal with
this interpretation by looking at its own length data.
Comment 2 Teresa Thomas 2008-05-23 21:04:45 UTC

*** This bug has been marked as a duplicate of 6551 ***