[PATCH v2 0/3] Some C++-ification of the FreeBSD target

John Baldwin jhb@FreeBSD.org
Wed Aug 9 17:49:00 GMT 2017


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



More information about the Gdb-patches mailing list