Bug 5569

Summary: Add fhpd command watch
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1625    

Description Phil Muldoon 2008-01-09 11:40:05 UTC
Add a fhpd command that takes a variable, an expression and translates that into
a set of addresses and a set of ranges to feed to the lower level watchpoint
code to watch.

Add functionality to delete a variable, an expression.
Comment 1 Phil Muldoon 2008-01-09 11:41:20 UTC
Acount for watching a set over a process
Comment 2 Teresa Thomas 2008-04-21 20:04:30 UTC
    Add watch command to hpd.
    
    frysk-core/frysk/hpd/ChangeLog:
    2008-04-15  Teresa Thomas  <tthomas@redhat.com>
    
    	* WatchCommand.java: New.
    	* TestWatchCommand.java: New.
    	* TopLevelCommand.java (TopLevelCommand): Add watch command.