From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21851 invoked by alias); 14 Jul 2014 18:49:04 -0000 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 Received: (qmail 21816 invoked by uid 89); 14 Jul 2014 18:49:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f74.google.com Received: from mail-pa0-f74.google.com (HELO mail-pa0-f74.google.com) (209.85.220.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 14 Jul 2014 18:49:01 +0000 Received: by mail-pa0-f74.google.com with SMTP id rd3so327229pab.1 for ; Mon, 14 Jul 2014 11:48:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=jUGTb58d5F+w59DcWy/gYpNohN1FWMS8WUp6RNfdN9w=; b=DHUJ6KyUxyoVeSfa9ubmOZdbxLsOFNUdStyRSBRS90QUo009z1pmijXxi/oIE5ap5A IZjHkuHYIgAupie+nPW0jhlLa1ILm61/GCHA31XXy98ZvqUDsxlpotOucqYN87pXkAGX pRkGTQ2lroVOFlT/QPfSZOQAuYGnegKd5HH9izslvBUZXXF4okbu0UX4iJmVQZmaW5mB Z4Ol21w/fS9iYFqI0arcIoLmAlazdv+SSlg4qaDW+x0pjQNDqHp4XdCXkK+j5NluFVV9 OrFn/yGlKrDe/0eE+WwpSdEiad0HnkYFUkMtDib5if7vEMQRXq/toL3zHsuuwJWBZ9z9 0pJA== X-Gm-Message-State: ALoCoQkWfFNUQfCGR4kaZkoSY+BCIFDSIIyK6VdROSl8/xwEKiyKHv/OQDgCAurd6NTilSXfzP6A X-Received: by 10.66.65.109 with SMTP id w13mr8663735pas.21.1405363739275; Mon, 14 Jul 2014 11:48:59 -0700 (PDT) Received: from corp2gmr1-1.hot.corp.google.com (corp2gmr1-1.hot.corp.google.com [172.24.189.92]) by gmr-mx.google.com with ESMTPS id v12si798619yhe.2.2014.07.14.11.48.59 for (version=TLSv1.1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Jul 2014 11:48:59 -0700 (PDT) Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.17.128.44]) by corp2gmr1-1.hot.corp.google.com (Postfix) with ESMTP id A866D31C556; Mon, 14 Jul 2014 11:48:58 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21444.9754.143088.570652@ruffy.mtv.corp.google.com> Date: Mon, 14 Jul 2014 18:49:00 -0000 To: Gary Benson Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 07/15] Remove GDBSERVER use from nat/i386-dregs.c In-Reply-To: <1404902255-11101-8-git-send-email-gbenson@redhat.com> References: <1404902255-11101-1-git-send-email-gbenson@redhat.com> <1404902255-11101-8-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00349.txt.bz2 Gary Benson writes: > This removes the use of GDBSERVER from nat/i386-dregs.c. Neither > defs.h or server.h are included: the specific files required are > listed instead. Also, a declaration previously made only outside > of gdbserver is made unconditional. > > gdb/ > 2014-07-09 Gary Benson > > * gdb/nat/i386-dregs.c: Don't include server.h or defs.h; update > includes. > (debug_hw_points): Declare regardless of GDBSERVER. LGTM