Bug 5565 - Task and Proc State need new watchpoint state transitions.
Summary: Task and Proc State need new watchpoint state transitions.
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:34 UTC by Phil Muldoon
Modified: 2008-06-09 07:43 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:34:52 UTC
Add relevant watchpoint states and transitions to the Frysk state machine
Comment 1 Phil Muldoon 2008-06-09 07:43:34 UTC
2008-04-08  Phil Muldoon  <pmuldoon@redhat.com>
	    Mark Wielaard  <mwielaard@redhat.com>
			
	* LinuxPtraceTaskState.java (Running.checkWatchpoint): New.
	(Running.handleTrappedEvent): Rewrite sequence to accumulate
	blockers for all sigtrap events, then return.
	(Stepping.handleTrappedEvent): Ditto.

2008-04-22  Phil Muldoon  <pmuldoon@redhat.com>

	* LinuxPtraceTaskState.java (Running.checkWatchpoint): Check
	write state on notify.
	* LinuxPtraceTask.java (notifyWatchpoint): Collect only
	watchpoints that have been triggered, then notify.
	* LinuxPtraceProc.java (LinuxPtraceProc): Wide watchpoint scope
	to protected.

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

	* LinuxPtraceTaskState.java (Running.checkWatchpoint): Check watchpoint
	factory does not return null.