From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2265 invoked by alias); 24 Apr 2012 13:03:30 -0000 Received: (qmail 2229 invoked by uid 22791); 24 Apr 2012 13:03:27 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_40,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-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Apr 2012 13:02:53 +0000 Received: by yhr47 with SMTP id 47so348085yhr.0 for ; Tue, 24 Apr 2012 06:02:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.169.165 with SMTP id af5mr115444oec.72.1335272572904; Tue, 24 Apr 2012 06:02:52 -0700 (PDT) Received: by 10.182.179.35 with HTTP; Tue, 24 Apr 2012 06:02:52 -0700 (PDT) Date: Tue, 24 Apr 2012 13:03:00 -0000 Message-ID: Subject: Hardware watchpoint for read From: Xin Tong To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2012-04/txt/msg00191.txt.bz2 Hello I am wondering that can gdb insert hardware watch point for read to the watched memory ? can other debugger do that ? is it supported in hardware watchpoint ? Thanks Xin