From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30052 invoked by alias); 26 Sep 2007 15:51:24 -0000 Received: (qmail 30042 invoked by uid 22791); 26 Sep 2007 15:51:23 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Sep 2007 15:51:17 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 63E039832A; Wed, 26 Sep 2007 15:51:15 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4019E982AD; Wed, 26 Sep 2007 15:51:15 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IaZAQ-0000ON-AF; Wed, 26 Sep 2007 11:51:14 -0400 Date: Wed, 26 Sep 2007 15:51:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: Pedro Alves , gdb-patches@sourceware.org, "Maciej W. Rozycki" Subject: Re: hbreak.exp: Test hardware breakpoints Message-ID: <20070926155114.GA1306@caradoc.them.org> Mail-Followup-To: "Maciej W. Rozycki" , Pedro Alves , gdb-patches@sourceware.org, "Maciej W. Rozycki" References: <20070921230133.GB28500@caradoc.them.org> <20070924113241.GA7618@caradoc.them.org> <20070926142137.GA29702@caradoc.them.org> <4053daab0709260729r4a419defs5f95d4b84c44bcc3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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: 2007-09/txt/msg00378.txt.bz2 On Wed, Sep 26, 2007 at 03:42:05PM +0100, Maciej W. Rozycki wrote: > Continuing. > Couldn't write debug register: No such process. > (gdb) FAIL: gdb.base/hbreak.exp: run until function breakpoint Sorry, I forgot to warn you about this :-( You can't use a native i686-linux debugger to do this test, because the i686 native debugger defines target_insert_watchpoint et cetera; that message is coming from GDB trying to use ptrace, even though it's connected to target remote. I'll build a cross debugger and give it a try tonight. -- Daniel Jacobowitz CodeSourcery