From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21303 invoked by alias); 7 Oct 2006 22:55:40 -0000 Received: (qmail 21295 invoked by uid 22791); 7 Oct 2006 22:55:40 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.226) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 07 Oct 2006 22:55:39 +0000 Received: by wx-out-0506.google.com with SMTP id s19so1211839wxc for ; Sat, 07 Oct 2006 15:55:37 -0700 (PDT) Received: by 10.70.67.2 with SMTP id p2mr8246186wxa; Sat, 07 Oct 2006 15:55:37 -0700 (PDT) Received: by 10.70.37.16 with HTTP; Sat, 7 Oct 2006 15:55:37 -0700 (PDT) Message-ID: Date: Sat, 07 Oct 2006 22:55:00 -0000 From: "Rob Quill" To: gdb@sourceware.org Subject: Watchpoint single-stepping. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00032.txt.bz2 Hi, I am trying to find the point in the code where the conditions of a software watchpoint are checked each step, as I wish to add something that also requires the checking of values of variables at each step. Does anyone know where this is? Thanks for your time. Rob