Fix the Linux build issues introduced by r178191.
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>
Thu, 28 Mar 2013 16:02:31 +0000 (16:02 +0000)
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>
Thu, 28 Mar 2013 16:02:31 +0000 (16:02 +0000)
commit01186359798e9a95b474c05b1e2239ab03b082c0
treef9508c85747b88db8a68d7350fe025079ca5c732
parentc7b27081d9c43816da797f0e0e8e28d0daa041e2
Fix the Linux build issues introduced by r178191.

- All Linux logging channels now use a single global instance of lldb_private::Log, to handle the case of logging during process tear down.
- Also removed a single use of LogSP in FreeBSD and fixed a typo in a comment while reading through ProcessKDPLog.

Reviewed by Daniel Malea.

llvm-svn: 178242
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
lldb/source/Plugins/Process/POSIX/RegisterContext_i386.cpp