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-hpu11.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-hpu11.11
Date: Tue, 29 Jun 2004 18:42:59 -0400 (EDT)

 Update: still broken.  I'm on a different machine now,
 hppa2.0w-hp-hpux11.00 (instead of 11.11), with an older compiler,
 but the simple watchpoint program above works with gdb 6.1.1
 and does not work with gdb HEAD 2004-06-29.
 
   # gdb HEAD 2004-06-29
   (gdb) run
   Starting program: /home/mec/watch/a.out
 
   Breakpoint 1, main () at w1.c:13
   13        marker ();
   (gdb) watch global
   Hardware watchpoint 2: global
   (gdb) cont
   Continuing.
   Cannot find bounds of current function (@0x0), unwinding will fail.
   (gdb) cont
   Continuing.
   Cannot find bounds of current function (@0x0), unwinding will fail.
 
 Michael C


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