From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115782 invoked by alias); 1 Oct 2018 08:27:41 -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 80409 invoked by uid 89); 1 Oct 2018 08:21:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=gary, Gary, H*f:sk:1538146, gdbserver X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Oct 2018 08:21:56 +0000 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 92ED081DF0; Mon, 1 Oct 2018 08:21:55 +0000 (UTC) Received: from blade.nx (ovpn-117-194.ams2.redhat.com [10.36.117.194]) by smtp.corp.redhat.com (Postfix) with ESMTP id 54E4A2010D6D; Mon, 1 Oct 2018 08:21:55 +0000 (UTC) Received: by blade.nx (Postfix, from userid 1000) id 786A480B090A; Mon, 1 Oct 2018 09:21:54 +0100 (BST) Date: Mon, 01 Oct 2018 08:27:00 -0000 From: Gary Benson To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/5] Merge common proc_service headers Message-ID: <20181001082153.GA2652@blade.nx> References: <1538146201-16374-1-git-send-email-gbenson@redhat.com> <87bm8hmngo.fsf@tromey.com> <87lg7ll81t.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lg7ll81t.fsf@tromey.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00004.txt.bz2 Tom Tromey wrote: > Gary> This series merges the majority of both into a new common file. > > Tom> What's left over? > > Answering my own question, it was the definition of struct > ps_prochandle, which differs between gdb and gdbserver; and is one > of the things that users of libthread_db are expected to define. > > If there were somewhere else to put these we could remove the > wrapper headers, which might be nice. linux-nat.h for GDB, linux-low.h for gdbserver? Cheers, Gary