From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21268 invoked by alias); 13 Jul 2008 15:09:45 -0000 Received: (qmail 21260 invoked by uid 22791); 13 Jul 2008 15:09:45 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 13 Jul 2008 15:09:28 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id m6DF6q77006316; Sun, 13 Jul 2008 17:06:52 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m6DF6pp2001941; Sun, 13 Jul 2008 17:06:51 +0200 (CEST) Date: Sun, 13 Jul 2008 15:09:00 -0000 Message-Id: <200807131506.m6DF6pp2001941@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: vladimir@codesourcery.com CC: gdb@sourceware.org Subject: gdb.base/watchpoint-solib.exp 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: 2008-07/txt/msg00138.txt.bz2 Hi Vladimir, The watchpoint-solib.exp test seems to assume hardware watchpoints: gdb_test "watch g" "Hardware watchpoint 3: g" "set watchpoint on g" Is this intentional, or should this be changed to accept "normal" software watchpoints too? Thanks, Mark