From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19041 invoked by alias); 23 Apr 2010 14:05:23 -0000 Received: (qmail 18927 invoked by uid 22791); 23 Apr 2010 14:05:22 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.altenpts.nl (HELO mail.altenpts.nl) (195.86.56.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Apr 2010 14:05:18 +0000 Received: from [11.0.0.159] ([11.0.0.159]) by mail.altenpts.nl; Fri, 23 Apr 2010 16:03:53 +0200 To: "Pedro Alves" Cc: "Joel Brobecker" , "Pierre Muller" , Peter.Schauer@regent.e-technik.tu-muenchen.de, gdb@sourceware.org, "'Joseph S. Myers'" From: "Pieter Maljaars" Reply-To: pieter.maljaars@altenpts.nl Subject: Re: Question about solaris CANNOT_STEP_HW_WATCHPOINTS macro In-Reply-To: 201004231427.19661.pedro@codesourcery.com Message-ID: <20100423140353.c6915005@mail.altenpts.nl> Date: Fri, 23 Apr 2010 14:05:00 -0000 X-User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.17) Gecko/2010010604 Ubuntu/8.10 (intrepid) Firefox/3.0.17 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00101.txt.bz2 > (I assume this was x86 or x86-64 solaris, not sparc.) Yes, it's x86. I forgot to mention it. > _don't_ remove the CANNOT_STEP_HW_WATCHPOINT, then I suppose > you'll see watchpoints being missed when you step (since > the workaround works by removing watchpoints > when single-stepping) on Solaris 10 as well. That's correct. The watchpoints are missed when stepping. If I use "continue", GDB stops at the watchpoints. Pieter