[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:50:19 PST 2021
emaste added inline comments.
================
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()
----------------
emaste wrote:
> Should we rename this after?
Ah I see D96557
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96555/new/
https://reviews.llvm.org/D96555
More information about the lldb-commits
mailing list