summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-02-08 09:35:53 +0000
committerPavel Labath <labath@google.com>2016-02-08 09:35:53 +0000
commit6698f6f4e52cf2cf9394b38686b94efa7ea2235e (patch)
tree8347134998736cc86eba1a43a321ea14e248c4aa /lldb
parent90c228f0baee4e807f7355066f31c3438f1fcafd (diff)
downloadbcm5719-llvm-6698f6f4e52cf2cf9394b38686b94efa7ea2235e.tar.gz
bcm5719-llvm-6698f6f4e52cf2cf9394b38686b94efa7ea2235e.zip
Have lldb-server log the timestamp in its log messages
llvm-svn: 260078
Diffstat (limited to 'lldb')
-rw-r--r--lldb/tools/lldb-server/lldb-gdbserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-server/lldb-gdbserver.cpp b/lldb/tools/lldb-server/lldb-gdbserver.cpp
index df8cb6e6855..981dde32ca2 100644
--- a/lldb/tools/lldb-server/lldb-gdbserver.cpp
+++ b/lldb/tools/lldb-server/lldb-gdbserver.cpp
@@ -531,7 +531,7 @@ main_gdbserver (int argc, char *argv[])
exit(option_error);
}
- if (!LLDBServerUtilities::SetupLogging(log_file, log_channels, 0))
+ if (!LLDBServerUtilities::SetupLogging(log_file, log_channels, LLDB_LOG_OPTION_PREPEND_TIMESTAMP))
return -1;
Log *log(lldb_private::GetLogIfAnyCategoriesSet (GDBR_LOG_VERBOSE));
OpenPOWER on IntegriCloud