From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3548 invoked by alias); 10 Aug 2007 09:40:54 -0000 Received: (qmail 3429 invoked by uid 22791); 10 Aug 2007 09:40:53 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-105-friday.nerim.net (HELO kraid.nerim.net) (62.4.16.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Aug 2007 09:40:48 +0000 Received: from red.open-plug.com (openplug-34-178.cnt.nerim.net [213.215.34.178]) by kraid.nerim.net (Postfix) with ESMTP id 887B7CF0A5 for ; Fri, 10 Aug 2007 11:40:45 +0200 (CEST) Received: from [192.168.84.192] (helo=[192.168.84.192]) by red.open-plug.com with esmtp; Fri, 10 Aug 2007 11:40:45 +0200 Message-ID: <46BC329B.6030400@open-plug.com> Date: Fri, 10 Aug 2007 09:40:00 -0000 From: Guillaume ORTEGA User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Guillaume ORTEGA CC: gdb@sourceware.org Subject: Re: GDB 6.3 : Cannot delete or disable Hardware Watchpoint, Endless loop on Software Watchpoint References: <46BB3E86.1000207@open-plug.com> In-Reply-To: <46BB3E86.1000207@open-plug.com> 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/msg00095.txt.bz2 Guillaume ORTEGA wrote: > 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. > For the 1), deleted watchpoint cause a SIGTRAP (there is not watchpoint message).