From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31200 invoked by alias); 26 Aug 2010 14:11:19 -0000 Received: (qmail 31185 invoked by uid 48); 26 Aug 2010 14:11:19 -0000 Date: Thu, 26 Aug 2010 14:11:00 -0000 Message-ID: <20100826141119.31182.qmail@sourceware.org> From: "ppluzhnikov at google dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090824231914.10557.ppluzhnikov@google.com> References: <20090824231914.10557.ppluzhnikov@google.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug breakpoints/10557] HW watchpoints silently degrade into SW ones X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00312.txt.bz2 ------- Additional Comments From ppluzhnikov at google dot com 2010-08-26 14:11 ------- (In reply to comment #7) > This one is known. It is PR10645. Indeed. So I actually stumbled on PR10645, but while working on a demo case transformed the problem into something different (GDB watching &ip when all I care about is *$1), and didn't notice :-( I think that given '$1 = (int *) 0x64f1f0', it is at least unexpected that 'watch *$1' has anything to with the original 'ip', so there may still be a separate bug here. Feel free to close as dup of PR10645 if you wish -- that's the one that really kills me. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10557 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.