This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 0/3] Some C++-ification of the FreeBSD target
- From: John Baldwin <jhb at FreeBSD dot org>
- To: gdb-patches at sourceware dot org
- Date: Wed, 9 Aug 2017 10:47:51 -0700
- Subject: [PATCH v2 0/3] Some C++-ification of the FreeBSD target
- Authentication-results: sourceware.org; auth=none
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