[Lldb-commits] [PATCH] D96555: [lldb] Remove the legacy FreeBSD plugin

Ed Maste via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 14 13:49:23 PST 2021


emaste added a comment.

Not sure if you're missing something, but removing the old plugin LGTM



================
Comment at: lldb/tools/lldb-server/CMakeLists.txt:13
 if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
-  list(APPEND LLDB_PLUGINS
-    lldbPluginProcessFreeBSDRemote
-    lldbPluginProcessFreeBSD)
+  list(APPEND LLDB_PLUGINS lldbPluginProcessFreeBSDRemote)
 endif()
----------------
Should we rename this after?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96555/new/

https://reviews.llvm.org/D96555



More information about the lldb-commits mailing list