From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89230 invoked by alias); 18 Apr 2018 00:40:33 -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 89221 invoked by uid 89); 18 Apr 2018 00:40:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Apr 2018 00:40:31 +0000 Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 86F6910AFD2; Tue, 17 Apr 2018 20:40:29 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Cc: Pedro Alves Subject: Re: [PATCH 39/40] linux_nat_target: More low methods Date: Wed, 18 Apr 2018 00:40:00 -0000 Message-ID: <2657032.3zrtt9okJH@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20180414190953.24481-40-palves@redhat.com> References: <20180414190953.24481-1-palves@redhat.com> <20180414190953.24481-40-palves@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00359.txt.bz2 On Saturday, April 14, 2018 08:09:52 PM Pedro Alves wrote: > This converts the remaining linux-nat.c hooks low_ methods like had > been started in a previous patch. The linux_nat_set_foo routines are > all gone with this. Probably not in this series as it's large enough as it is, but we should probably do something similar with the x86_dr_low stuff where x86_nat adds them as abstract virtual methods or some such. -- John Baldwin