public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/11531] New: Solaris watchpoints problems
@ 2010-04-23 12:34 muller at ics dot u-strasbg dot fr
  2010-08-14  3:06 ` [Bug breakpoints/11531] " pedro at codesourcery dot com
  0 siblings, 1 reply; 6+ messages in thread
From: muller at ics dot u-strasbg dot fr @ 2010-04-23 12:34 UTC (permalink / raw)
  To: gdb-prs

It appears that the old 
CANNOT_USE_HW_WATCHPOINTS macro
does not work anymore.

  This macro creates watchpoint misses that
are caught if the macro is not defined anymore.

  See thread
http://sourceware.org/ml/gdb/2010-04/msg00039.html

  Proposed source to reproduce the problem:
struct rec
{
 int x;
 double y;
 int z;
};

static struct rec myrec;

int
main ()
{
  myrec.x = 5;
  myrec.y = 3.4;
  myrec.z = 56;
  myrec.x = 78;
  return myrec.x;
}

-- 
           Summary: Solaris watchpoints problems
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: muller at ics dot u-strasbg dot fr
                CC: gdb-prs at sourceware dot org
 GCC build triplet: x86_64-pc-solaris2.11
  GCC host triplet: x86_64-pc-solaris2.11
GCC target triplet: x86_64-pc-solaris2.11


http://sourceware.org/bugzilla/show_bug.cgi?id=11531

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-29 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
2012-03-29 15:58 ` [Bug breakpoints/11531] Solaris watchpoints problems eager at eagercon dot com
2012-03-29 16:08 ` palves at redhat dot com
2012-03-29 16:29 ` eager at eagercon dot com
2012-03-29 16:49 ` palves at redhat dot com
2012-03-29 17:12 ` eager at eagercon dot com
2010-04-23 12:34 [Bug breakpoints/11531] New: " muller at ics dot u-strasbg dot fr
2010-08-14  3:06 ` [Bug breakpoints/11531] " pedro at codesourcery dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).