From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18379 invoked by alias); 9 Aug 2007 16:19:38 -0000 Received: (qmail 17533 invoked by uid 22791); 9 Aug 2007 16:19:31 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-104-thursday.noc.nerim.net (HELO mallaury.nerim.net) (62.4.17.104) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 16:19:24 +0000 Received: from red.open-plug.com (openplug-34-178.cnt.nerim.net [213.215.34.178]) by mallaury.nerim.net (Postfix) with ESMTP id 4D04B4F3D5 for ; Thu, 9 Aug 2007 18:19:11 +0200 (CEST) Received: from [192.168.84.192] (helo=[192.168.84.192]) by red.open-plug.com with esmtp; Thu, 09 Aug 2007 18:19:21 +0200 Message-ID: <46BB3E86.1000207@open-plug.com> Date: Thu, 09 Aug 2007 16:19:00 -0000 From: Guillaume ORTEGA User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: gdb@sourceware.org Subject: GDB 6.3 : Cannot delete or disable Hardware Watchpoint, Endless loop on Software Watchpoint Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2007-08/txt/msg00093.txt.bz2 Hello, My system is : Windows XP SP2 on an Athlon 64 X2 GDB 6.3 (Mingw version) GCC 4.2.0 1) When I try to disable or delete an Hardware watchpoint on my program (that use some windows dlls without debugging symbols (gtk, kernel32, ntdll...)), the program still stop on it. When I use the info break command, the watchpoint is disabled or is deleted in the list. 2) Software watchpoints works when I didn't use a dll func (gtk function for example), when I use one the program make an infinite loop. Does a patch or a fix exists for that? Thanks in Advance, Guillaume ORTEGA.