Bug 5566 - Write watchpoint manager
Summary: Write watchpoint manager
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-01-09 11:35 UTC by Phil Muldoon
Modified: 2008-06-09 07:58 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-01-09 11:35:48 UTC
A watchpoint manager is required to track watchpoints, on a per task basis.
Comment 1 Phil Muldoon 2008-06-09 07:58:23 UTC
Manager is named WatchpointAddresses

2008-02-20  Phil Muldoon  <pmuldoon@redhat.com>

	* LinuxPtraceProc.java (requestAddWatchObservers): New.
	(requestDeleteWatchObserver): New.
	* LinuxPtraceTask.java (requestAddWatchObservers): New.
	(requestDeleteWatchObserver): New.
	* Watchpoint.java: New.
	* WatchpointAddresses.java: New.