From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118969 invoked by alias); 9 Aug 2017 17:49:16 -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 118238 invoked by uid 89); 9 Aug 2017 17:48:43 -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= 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, 09 Aug 2017 17:48:41 +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 2CB3810AB01 for ; Wed, 9 Aug 2017 13:48:39 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Subject: [PATCH v2 0/3] Some C++-ification of the FreeBSD target Date: Wed, 09 Aug 2017 17:49:00 -0000 Message-Id: <20170809174754.49166-1-jhb@FreeBSD.org> X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00196.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. Changes since V1 are to address feedback from Simon using gdb::byte_vector instead of gdb::unique_xmalloc_ptr in one place and forward_list instead of list in one case. 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 STL lists. gdb/ChangeLog | 26 +++++++++++ gdb/fbsd-nat.c | 133 ++++++++++++++++++++++----------------------------------- 2 files changed, 77 insertions(+), 82 deletions(-) -- 2.13.3