From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6566 invoked by alias); 20 Dec 2011 17:48:20 -0000 Received: (qmail 6556 invoked by uid 22791); 20 Dec 2011 17:48:18 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,TW_CN X-Spam-Check-By: sourceware.org Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Dec 2011 17:47:57 +0000 Received: by werf1 with SMTP id f1so2830101wer.0 for ; Tue, 20 Dec 2011 09:47:56 -0800 (PST) Received: by 10.216.137.195 with SMTP id y45mr7343468wei.45.1324403276140; Tue, 20 Dec 2011 09:47:56 -0800 (PST) Received: from dhcp173-43-red.yandex.net (dhcp173-43-red.yandex.net. [95.108.173.43]) by mx.google.com with ESMTPS id eg7sm6430615wib.8.2011.12.20.09.47.54 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 09:47:55 -0800 (PST) Subject: Re: [PATCH] Fix PR gdb/12953: No hardware watchpoints on FreeBSD amd64 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Valery Khromov In-Reply-To: <201112201605.28313.alves.ped@gmail.com> Date: Tue, 20 Dec 2011 17:52:00 -0000 Cc: gdb-patches@sourceware.org, Mark Kettenis Content-Transfer-Encoding: quoted-printable Message-Id: References: <1323132864-14029-1-git-send-email-valery.khromov@gmail.com> <201112201503.pBKF390e027750@glazunov.sibelius.xs4all.nl> <201112201605.28313.alves.ped@gmail.com> To: Pedro Alves 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: 2011-12/txt/msg00687.txt.bz2 On 20.12.2011, at 19:05, Pedro Alves wrote: > On Tuesday 20 December 2011 15:03:09, Mark Kettenis wrote: >>> From: Valery Khromov >>> Date: Tue, 6 Dec 2011 04:54:24 +0400 >>>=20 >>> This patch provides hardware breakpoint/watchpoint support for >>> FreeBSD/AMD64. Most of the code is borrowed from the i386 implementati= on. >>=20 >> I fear that since the recent changes that Pedro made, the code needs >> to be resycnhed with the i386 version :(. Can you do that? >=20 > Yeah, sorry about that. I was actually planning on taking the > hit myself and updating Valery's patch. Let me know if you'd > like me to do it. See the following e-mails for fixes. I prefer not to change my original patch because FreeBSD still uses gdb 7.3= .1 in ports and this fixes incompatible with it. --=20 WBR, Valery Khromov