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]

Re: breakpoints/1692: [regression] watchpoints broken on native hppa2.0w-hp-hpux11.11


The following reply was made to PR breakpoints/1692; it has been noted by GNATS.

From: mec.gnu@mindspring.com (Michael Elizabeth Chastain)
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: breakpoints/1692: [regression] watchpoints broken on native hppa2.0w-hp-hpux11.11
Date: Fri, 25 Jun 2004 00:15:04 -0400 (EDT)

 Argh, worn out from date-searching all evening on an hp test drive
 system with no outgoing Internet access, I screwed up and copied the
 wrong ChangeLog entry!!
 
 The patch is:
 
   2004-04-26  Orjan Friberg <orjanf@axis.com>
 
 	  From Paul Koning <pkoning@equallogic.com>:
 	  * breakpoint.c (free_valchain): New function.
 	  (insert_bp_location, delete_breakpoint): Use free_valchain.
 	  (remove_breakpoint): Do not remove the valchain.
 	  (bpstat_stop_status): If not stopped by watchpoint, skip
 	  watchpoints when generating stop status list.
 	  * infrun.c (handle_inferior_event): Make
 	  stepped_after_stopped_by_watchpoint a global variable.
 	  * remote.c (remote_stopped_data_address): Return watch data
 	  address rather than zero if stepped_after_stopped_by_watchpoint is
 	  set.
 
 The time bracket is:
 
   2004-04-26 09:00:00 UTC
   2004-04-26 09:30:00 UTC
 
 Specifically, it's the new test in bpstat_stop_status that is failing
 on native hppa2.0w-hp-hpux11.11.
 
 Michael C


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