From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119244 invoked by alias); 8 Aug 2017 06:20:07 -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 118921 invoked by uid 89); 8 Aug 2017 06:20:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=homegrown 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; Tue, 08 Aug 2017 06:19:55 +0000 Received: from ralph.baldwin.cx.com (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id A259C10AB01 for ; Tue, 8 Aug 2017 02:19:53 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Subject: [PATCH 0/3] Some C++-ification of the FreeBSD target Date: Tue, 08 Aug 2017 06:20:00 -0000 Message-Id: <20170808061917.73979-1-jhb@FreeBSD.org> X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00141.txt.bz2 Just a few C++ cleanups of the FreeBSD native target. This should remove the remaining cleanups from the BSD targets other than bsd-uthread.c. John Baldwin (3): Fix compile in the !HAVE_KINFO_GETVMMAP case. Replace remaining cleanups in fbsd-nat.c. Replace home-grown linked-lists in FreeBSD's native target with std::list. gdb/ChangeLog | 26 ++++++++++++ gdb/fbsd-nat.c | 130 ++++++++++++++++++++++----------------------------------- 2 files changed, 75 insertions(+), 81 deletions(-) -- 2.13.3