Bug 5569 - Add fhpd command watch
Summary: Add fhpd command watch
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 1625
  Show dependency treegraph
 
Reported: 2008-01-09 11:40 UTC by Phil Muldoon
Modified: 2008-04-21 20:04 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: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.