summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-02-23 10:33:16 +0000
committerPavel Labath <labath@google.com>2017-02-23 10:33:16 +0000
commitc29f7ff33464f14663c21b4d35a038a79189c709 (patch)
treec4aaf358fa4c240c1264f19e3659d018c3084245 /lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
parentd8d32bb3d1bd5e68aaa7f4eb0642e3832f11674f (diff)
downloadbcm5719-llvm-c29f7ff33464f14663c21b4d35a038a79189c709.tar.gz
bcm5719-llvm-c29f7ff33464f14663c21b4d35a038a79189c709.zip
Switch "posix" to the new log channel registration mechanism
Summary: This also removes magic rename code, which caused the channel to be called "linux" when built on a linux machine, and "freebsd" when built on a freebsd one, which seems unnecessary - registering a new channel is sufficiently simple now that if we wish to log something extremely os-specific, we can just create a new channel. None of the current categories seem very specific to one OS or another. Reviewers: emaste, krytarowski Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D30250 llvm-svn: 295954
Diffstat (limited to 'lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp')
-rw-r--r--lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
index 7f250e15e29..f0a62e85458 100644
--- a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
+++ b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
@@ -78,7 +78,6 @@ void ProcessFreeBSD::Initialize() {
llvm::call_once(g_once_flag, []() {
PluginManager::RegisterPlugin(GetPluginNameStatic(),
GetPluginDescriptionStatic(), CreateInstance);
- ProcessPOSIXLog::Initialize(GetPluginNameStatic());
});
}
OpenPOWER on IntegriCloud