From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24047 invoked by alias); 12 Dec 2006 22:57:43 -0000 Received: (qmail 24039 invoked by uid 22791); 12 Dec 2006 22:57:42 -0000 X-Spam-Check-By: sourceware.org Received: from www.nabble.com (HELO talk.nabble.com) (72.21.53.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Dec 2006 22:57:32 +0000 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GuGZ0-0000V4-Ti for gdb@sources.redhat.com; Tue, 12 Dec 2006 14:57:30 -0800 Message-ID: <7843781.post@talk.nabble.com> Date: Tue, 12 Dec 2006 22:57:00 -0000 From: zubrowa To: gdb@sources.redhat.com Subject: Watchpoints in GDB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: my_eauctions@yahoo.de 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: 2006-12/txt/msg00108.txt.bz2 Hi, I want to see any changes that are performed to a specific memory area. So, I set a watchpoint with wa *(int*)0xXXXX and continue the execution. Then, I get the GDB errror message: Can't clear hardware watchpoints without the 'Z2' (write-watchpoint) packet Any ideas what's wrong? Regards, Chris -- View this message in context: http://www.nabble.com/Watchpoints-in-GDB-tf2810860.html#a7843781 Sent from the gdb - General mailing list archive at Nabble.com.