Bug 6532 - Do not check watchpoints in Running|Stepping.handleTrapped if software/ISA does not support watchpoints
Summary: Do not check watchpoints in Running|Stepping.handleTrapped if software/ISA do...
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-20 08:52 UTC by Phil Muldoon
Modified: 2008-05-20 08:53 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-05-20 08:52:44 UTC
This was causing multiple errors in PPC where the software support has not been
written as yet.
Comment 1 Phil Muldoon 2008-05-20 08:53:25 UTC
commit 9da8189a51b382e4d3e46fbf770808d8592e357e
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Wed May 14 15:43:48 2008 +0100

    On unsupported arch, do not check watchpoints in handleTrapped.
    
    2008-05-14  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* WatchpointFunctionFactory.java (getWatchpointFunctions): Return null
    	on unknown arch, do not pass along exception.
    
    2008-05-14  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* LinuxPtraceTaskState.java (Running.checkWatchpoint): Check watchpoint
    	factory does not return null.