This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pending/1360: Audit HAVE_<something>ABLE_WATCHPOINT


>Number:         1360
>Category:       pending
>Synopsis:       Audit HAVE_<something>ABLE_WATCHPOINT
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   unknown
>Arrival-Date:   Fri Aug 29 14:28:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 There's:
 
 	HAVE_STEPPABLE_WATCHPOINT
 	HAVE_NONSTEPPABLE_WATCHPOINT
 	HAVE_CONTINUABLE_WATCHPOINT
 
 which all get used as a condition for calling:
 
 	STOPPED_BY_WATCHPOINT
 
 I get the feeling that these really belong in the target vector. 
 Perhaps STOPPED_BY_WATCHPOINT should return what the watchpoint type we 
 stopped at is.
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]