From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18909 invoked by alias); 30 Jul 2010 21:13:35 -0000 Received: (qmail 18898 invoked by uid 22791); 30 Jul 2010 21:13:33 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Jul 2010 21:13:30 +0000 Received: by eydd26 with SMTP id d26so904345eyd.0 for ; Fri, 30 Jul 2010 14:13:26 -0700 (PDT) Received: by 10.213.20.142 with SMTP id f14mr1818011ebb.30.1280524406241; Fri, 30 Jul 2010 14:13:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.17.12 with HTTP; Fri, 30 Jul 2010 14:13:06 -0700 (PDT) From: Dragos Tatulea Date: Fri, 30 Jul 2010 21:13:00 -0000 Message-ID: Subject: [PATCH] Bug 10645: small additions to existing testcase To: gdb-patches@sourceware.org Cc: jan.kratochvil@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00593.txt.bz2 Hi, The original testcase has been done by Jan Kratochvil, added in the bug details. I just added a few extra lines. This bug has been partially fixed by another change (please check bug description for more details). After the commit mentioned in the bug, the test is passing. That's because invalid watchpoints are catched on access instead of mmap/munmap. Thanks, Dragos Tatulea