summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-05-21 13:46:46 +0000
committerEd Maste <emaste@freebsd.org>2014-05-21 13:46:46 +0000
commitcc913d1453888e788c29760e31da8ee129cb2f17 (patch)
treed7d8a32a750e9114c71f4e851aadb2e3d7527fb8
parent83f91e786c3a4fe5d84d342b62a73043a854ea2b (diff)
downloadbcm5719-llvm-cc913d1453888e788c29760e31da8ee129cb2f17.tar.gz
bcm5719-llvm-cc913d1453888e788c29760e31da8ee129cb2f17.zip
Correct comment for thread name log option
llvm-svn: 209299
-rw-r--r--lldb/source/Core/Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Log.cpp b/lldb/source/Core/Log.cpp
index b7dc056af6c..3adca6e5385 100644
--- a/lldb/source/Core/Log.cpp
+++ b/lldb/source/Core/Log.cpp
@@ -110,7 +110,7 @@ Log::PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args)
if (m_options.Test (LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD))
header.Printf ("[%4.4x/%4.4" PRIx64 "]: ", getpid(), Host::GetCurrentThreadID());
- // Add the process and thread if requested
+ // Add the thread name if requested
if (m_options.Test (LLDB_LOG_OPTION_PREPEND_THREAD_NAME))
{
std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID()));
OpenPOWER on IntegriCloud