summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-03-28 16:02:31 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-03-28 16:02:31 +0000
commit01186359798e9a95b474c05b1e2239ab03b082c0 (patch)
treef9508c85747b88db8a68d7350fe025079ca5c732 /lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
parentc7b27081d9c43816da797f0e0e8e28d0daa041e2 (diff)
downloadbcm5719-llvm-01186359798e9a95b474c05b1e2239ab03b082c0.tar.gz
bcm5719-llvm-01186359798e9a95b474c05b1e2239ab03b082c0.zip
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
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h')
-rw-r--r--lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
index 2e4000c0389..7707a1239a8 100644
--- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
+++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
@@ -50,13 +50,13 @@ public:
}
- static lldb::LogSP
+ static lldb_private::Log *
GetLogIfAllCategoriesSet(uint32_t mask = 0);
static void
DisableLog (const char **args, lldb_private::Stream *feedback_strm);
- static lldb::LogSP
+ static lldb_private::Log *
EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
const char **args, lldb_private::Stream *feedback_strm);
OpenPOWER on IntegriCloud