From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23732 invoked by alias); 5 Mar 2013 12:54:27 -0000 Received: (qmail 23719 invoked by uid 22791); 5 Mar 2013 12:54:25 -0000 X-SWARE-Spam-Status: No, hits=-3.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f53.google.com (HELO mail-pb0-f53.google.com) (209.85.160.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Mar 2013 12:54:23 +0000 Received: by mail-pb0-f53.google.com with SMTP id un1so4401225pbc.12 for ; Tue, 05 Mar 2013 04:54:22 -0800 (PST) X-Received: by 10.68.41.66 with SMTP id d2mr36765347pbl.154.1362488062441; Tue, 05 Mar 2013 04:54:22 -0800 (PST) Received: from localhost ([175.25.242.25]) by mx.google.com with ESMTPS id c6sm2908645pbm.45.2013.03.05.04.54.20 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 05 Mar 2013 04:54:21 -0800 (PST) Date: Tue, 05 Mar 2013 12:54:00 -0000 From: ishare To: gdb@sourceware.org Subject: watch points in remote debug Message-ID: <20130305125319.GA2945@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2013-03/txt/msg00000.txt.bz2 i find it is not be supported to watch a specialized memory address in remote debug. If I type watch command ,gdb report this : Warning: Could not insert hardware breakpoints: You may have requested too many hardware breakpoints/watchpoints. how to improvve for watch point working well . thanks!