Bug 6559 - Multiple watchpoint set messages are displayed when multiple watch observers used
Summary: Multiple watchpoint set messages are displayed when multiple watch observers ...
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-05-23 20:42 UTC by Teresa Thomas
Modified: 2008-05-29 15:55 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 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))