[Lldb-commits] [PATCH] Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Oleksiy Vyalov
ovyalov at google.com
Wed Mar 11 10:46:27 PDT 2015
Looks good.
REPOSITORY
rL LLVM
================
Comment at: tools/lldb-server/lldb-gdbserver.cpp:490
@@ -507,2 +489,3 @@
{
- initialize ();
+#ifndef _WIN32
+ // Setup signal handlers first thing.
----------------
We'll need to apply such conditional compilation in lldb-platform.cpp as well https://github.com/llvm-mirror/lldb/blob/master/tools/lldb-server/lldb-platform.cpp#L108 - but not necessary for this CL.
http://reviews.llvm.org/D8186
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list