[Lldb-commits] [PATCH] D13334: Preliminary NetBSD support

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 1 03:41:46 PDT 2015


labath added subscribers: emaste, labath.

================
Comment at: source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp:1
@@ +1,2 @@
+//===-- PlatformNetBSD.cpp -------------------------------------*- C++ -*-===//
+//
----------------
This platform code looks like it was copy-pasted from PlatformFreeBSD. Do you anticipate making significant changes here?

If not, it might be a good idea to share this code with FreeBSD in some way (in fact there is a comment here to make this share code with PlatformPOSIX). @emaste, what do you think about this?


Repository:
  rL LLVM

http://reviews.llvm.org/D13334





More information about the lldb-commits mailing list