From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9052 invoked by alias); 15 Sep 2006 19:56:31 -0000 Received: (qmail 9040 invoked by uid 22791); 15 Sep 2006 19:56:30 -0000 X-Spam-Check-By: sourceware.org Received: from whitefox.csh.rit.edu (HELO whitefox.csh.rit.edu) (129.21.60.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Sep 2006 19:56:24 +0000 Received: from localhost (localhost [127.0.0.1]) by whitefox.csh.rit.edu (Postfix) with ESMTP id 812A91162B; Fri, 15 Sep 2006 15:56:47 -0400 (EDT) Received: from whitefox.csh.rit.edu ([127.0.0.1]) by localhost (whitefox.csh.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99986-01-4; Fri, 15 Sep 2006 15:56:25 -0400 (EDT) Received: from [155.52.40.99] (codon.dfci.harvard.edu [155.52.40.99]) by whitefox.csh.rit.edu (Postfix) with ESMTP id 5DA9011469; Fri, 15 Sep 2006 15:56:18 -0400 (EDT) Message-ID: <450B0546.1050807@research.dfci.harvard.edu> Date: Fri, 15 Sep 2006 19:56:00 -0000 From: Giles Hall User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Giles Hall , gdb@sources.redhat.com Subject: Re: AMD64 Hardware Watchpoints References: <45096F70.6040900@research.dfci.harvard.edu> <20060914151039.GA19945@nevyn.them.org> In-Reply-To: <20060914151039.GA19945@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-09/txt/msg00087.txt.bz2 Daniel Jacobowitz wrote: > You've probably asked it to watch something that can't be watched using > a hardware watchpoint, e.g. wrong size or not in memory. Please post > an example, and then we can see. > Thanks, this email cleared up a bunch for me! I understand the issue a lot better know, it was definitely an issue of scope. best, -g