Bug 6559

Summary: Multiple watchpoint set messages are displayed when multiple watch observers used
Product: frysk Reporter: Teresa Thomas <tthomas>
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 Teresa Thomas 2008-05-23 20:42:57 UTC
Do we want this?
Comment 1 Teresa Thomas 2008-05-29 15:55:17 UTC
    Display watchpoint set message only once when using multiple observers.
    
    frysk-core/frysk/rt/ChangeLog:
    2008-05-29  Teresa Thomas  <tthomas@redhat.com>
    
    	* WatchObserverInstaller.java (WatchpointObserver.addedTo):
    	Display set message only for first observer.
============================================================================
Before fix:
(fhpd) watch array
Watchpoint set: array
Watchpoint set: array
Watchpoint set: array
Watchpoint set: array

After fix:
(fhpd) watch array
Watchpoint set: array (Uses 4 debug register(s))