From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6435 invoked by alias); 7 Jul 2011 14:18:25 -0000 Received: (qmail 6417 invoked by uid 22791); 7 Jul 2011 14:18:23 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 14:18:08 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p67EHcsq008621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Jul 2011 10:17:39 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p67EHcp5013611; Thu, 7 Jul 2011 10:17:38 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p67EHZNE014368; Thu, 7 Jul 2011 10:17:36 -0400 From: Tom Tromey To: Yuri Cc: Joel Brobecker , gdb@sourceware.org, Steven Kreuzer Subject: Re: 7.3 is broken on FreeBSD References: <4E14D646.5090003@rawbw.com> <20110706224222.GV15572@adacore.com> <4E14E5D2.1080009@rawbw.com> <20110706225535.GW15572@adacore.com> <4E14EB9C.8080503@rawbw.com> <20110706232418.GX15572@adacore.com> <4E14F266.3030807@rawbw.com> <20110707015927.GY15572@adacore.com> <4E15165A.10303@rawbw.com> <20110707043156.GA15572@adacore.com> <4E15487B.3080306@rawbw.com> Date: Thu, 07 Jul 2011 14:18:00 -0000 In-Reply-To: <4E15487B.3080306@rawbw.com> (yuri@rawbw.com's message of "Wed, 06 Jul 2011 22:47:39 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2011-07/txt/msg00054.txt.bz2 >>>>> "yuri" == yuri writes: yuri> Instead _initialize_amd64fbsd_nat is called. I only see that yuri> i386_dr_low is being set in i386fbsd-nat.c. yuri> Shouldn't there also be amd64_dr_low ? Or something like that, see amd64-linux-nat.c, which follows the i386 setup. I don't know this area well but I guess either the port needs more work, or there was a regression at some point. Tom