From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22358 invoked by alias); 6 Aug 2014 18:27:50 -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 22318 invoked by uid 89); 6 Aug 2014 18:27:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 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-yh0-f73.google.com Received: from mail-yh0-f73.google.com (HELO mail-yh0-f73.google.com) (209.85.213.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 06 Aug 2014 18:27:48 +0000 Received: by mail-yh0-f73.google.com with SMTP id f73so386009yha.4 for ; Wed, 06 Aug 2014 11:27:46 -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=Nx8rPhWweRa+8YZVdOQzogwe3JOYavXwstASjU6PmiQ=; b=OS65yun/L/lIbxo/JIGip3aDA2Cb6JwbExQrRObR8WFepKzzjQln7nhVWw2r+M1vYb +aVCyktACh0au9nBl4544Y885ft6b2tIB/0TItUsT36SvKcSpXvC05lFfeOh2huIOtjA 6REyMwHI6XVjzwIcmPW0gl+/xEFFmZLrWe09NBnfYa2Mc5j3Rj5YGgGzdBD+WX4WJZ3D EXmOcWkxVpyCNDGn8z1EQ7B2ksxXdWAPqFWXD/1N7wz7f83hTvIlPALAQerTRniVzsQG /Gx3dQeCdMvET9DrdBPciPU1wOBtQBn7vPUMEHwBave1S2Ba+a5X1KsZFiZ6oaeWu0AK y2Kw== X-Gm-Message-State: ALoCoQlXxGs4iwVv5eD8ZBXUeIH4NbYD2zvIyRA5FXb3+3fJs/WqH7DHiEsc8mabHltqrA1TxtIY X-Received: by 10.236.197.226 with SMTP id t62mr1198657yhn.50.1407349225463; Wed, 06 Aug 2014 11:20:25 -0700 (PDT) Received: from corp2gmr1-2.hot.corp.google.com (corp2gmr1-2.hot.corp.google.com [172.24.189.93]) by gmr-mx.google.com with ESMTPS id a66si114346yhg.7.2014.08.06.11.20.25 for (version=TLSv1.1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Aug 2014 11:20:25 -0700 (PDT) Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.17.128.44]) by corp2gmr1-2.hot.corp.google.com (Postfix) with ESMTP id 9695F5A4335; Wed, 6 Aug 2014 11:20:24 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21474.29160.76656.314748@ruffy.mtv.corp.google.com> Date: Wed, 06 Aug 2014 18:27:00 -0000 To: Gary Benson Cc: gdb-patches@sourceware.org, Pedro Alves , Tom Tromey Subject: Re: [PATCH 09/11 v5] Remove GDBSERVER uses from linux-btrace.c In-Reply-To: <1406888377-25795-10-git-send-email-gbenson@redhat.com> References: <1406888377-25795-1-git-send-email-gbenson@redhat.com> <1406888377-25795-10-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00115.txt.bz2 Gary Benson writes: > This commit makes nat/linux-btrace.c include common-defs.h rather > than defs.h or server.h. A couple of minor changes were required > to support this change. > > gdb/ > 2014-08-01 Gary Benson > > * nat/linux-btrace.c: Include common-defs.h. > Don't include defs.h, server.h or gdbthread.h. > * nat/linux-btrace.h (struct target_ops): New forward declaration. LGTM