From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21360 invoked by alias); 2 Jan 2003 07:48:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21353 invoked from network); 2 Jan 2003 07:48:34 -0000 Received: from unknown (HELO mta06bw.bigpond.com) (139.134.6.96) by 209.249.29.67 with SMTP; 2 Jan 2003 07:48:34 -0000 Received: from neurizon.net ([144.135.24.81]) by mta06bw.bigpond.com (Netscape Messaging Server 4.15 mta06bw Jul 16 2002 22:47:55) with SMTP id H82TOL00.8ZI for ; Thu, 2 Jan 2003 17:48:21 +1000 Received: from CPE-203-51-206-84.qld.bigpond.net.au ([203.51.206.84]) by bwmam05.mailsvc.email.bigpond.com(MailRouter V3.0n 38/11798039); 02 Jan 2003 17:48:21 Message-ID: <3E13EC74.8090802@neurizon.net> Date: Thu, 02 Jan 2003 07:48:00 -0000 From: Steven Johnson Organization: Neurizon Pty Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Hardware Watchpoints Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00002.txt.bz2 Does anyone know if hardware watchpoints are supposed to work with the GDB standard remote protocol. They are documented in the protocol (Z packets), and there even appears to be code in remote.c, but there seems to be no way to activate them. What am I missing? Yes, i tried "set remote Z-packet on" which seems to do not much useful. Im using a very late snapshot just prior GDB 5.3, I don't recall seeing anything about this in the GDB 5.3 release notes. Steven Johnson